Skip to content

Commit a914976

Browse files
authored
[internal] fix logging (#83)
Signed-off-by: Aleksandr Zimin <[email protected]>
1 parent 46b9904 commit a914976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/controller/pkg/controller/nfs_storage_class_watcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func RunEventReconcile(ctx context.Context, cl client.Client, log logger.Logger,
283283
log.Debug(fmt.Sprintf("[runEventReconcile] VolumeSnapshotClass %q should not be reconciled", nsc.Name))
284284
}
285285

286-
log.Debug(fmt.Sprintf("[runEventReconcile] ends reconciliataion of Secret, name: %s, shouldRequeue: %t, err: %v", SecretForMountOptionsPrefix+nsc.Name, shouldRequeue, err))
286+
log.Debug(fmt.Sprintf("[runEventReconcile] ends reconciliataion of VolumeSnapshotClass, name: %s, shouldRequeue: %t, err: %v", nsc.Name, shouldRequeue, err))
287287

288288
if err != nil || shouldRequeue {
289289
return shouldRequeue, err

0 commit comments

Comments
 (0)