Skip to content

Commit

Permalink
fix(watcher): add correct log prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
apancorb authored and marcos-iov committed Dec 9, 2024
1 parent 7da8b59 commit 931420f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void updateProposedFederation() {
boolean hasProposedFederationChanged = !currentlyProposedFederationAddress.equals(oldProposedFederationAddress);

if (hasProposedFederationChanged) {
logger.info("[updateRetiringFederation] Proposed federation changed from {} to {}",
logger.info("[updateProposedFederation] Proposed federation changed from {} to {}",
oldProposedFederationAddress.orElse(null),
currentlyProposedFederationAddress.orElse(null));

Expand Down

0 comments on commit 931420f

Please sign in to comment.