Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Oct 16, 2024
1 parent 2fd1bc8 commit 98a1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/reconcile_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (manager *ReconcileManager) ReconcileAll(ctx *chetypes.DeployContext) (reco
result, done, err := reconciler.Reconcile(ctx)

if manager.operationLogger != nil {
manager.operationLogger.Printf("Reconciler [%s] done: %t, err: %v", reconcilerName, done, err)
manager.operationLogger.Printf("Reconciler [%s] done: %t", reconcilerName, done)
}

if err != nil {
Expand Down

0 comments on commit 98a1681

Please sign in to comment.