Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Nov 14, 2023
1 parent f992d70 commit 7f99183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/eventing/eventmesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (r *Reconciler) reconcileEventMeshSubManager(ctx context.Context, eventing

// update the hash of the current config only once subManager is started
eventing.Status.BackendConfigHash = specHash
r.namedLogger().Info(fmt.Sprintf("NATS subscription-manager has been updated, new hash: %d", specHash))
r.namedLogger().Info(fmt.Sprintf("EventMesh subscription-manager has been updated, new hash: %d", specHash))

return nil
}
Expand Down

0 comments on commit 7f99183

Please sign in to comment.