Skip to content

Commit

Permalink
tiny, tiny fix to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nflynt committed Aug 17, 2023
1 parent ea68517 commit 8039207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/clean/adunmigration/rtbs.go
Expand Up @@ -384,7 +384,7 @@ func migrateGRBs(workunit *migrateUserWorkUnit, sc *config.ScaledContext, dryRun
return true, nil
})
if err != nil {
logrus.Errorf("[%v] permanent error when GRB prtb, giving up: %v", migrateGrbsOperation, err)
logrus.Errorf("[%v] permanent error while creating GRB, giving up: %v", migrateGrbsOperation, err)
continue
}

Expand Down

0 comments on commit 8039207

Please sign in to comment.