small log

This commit is contained in:
crn4
2026-01-20 15:20:34 +01:00
parent a23d538d09
commit 88dde22f07

View File

@@ -79,10 +79,10 @@ func (a *Account) ShadowCompareNetworkMap(
if diff.HasDifferences() {
log.WithContext(ctx).Warnf(
"shadow comparison MISMATCH for peer %s: %s",
peerID, diff.String(),
)
"shadow comparison MISMATCH for account %s and peer %s: %s", a.Id, peerID, diff.String())
saveMismatchedMaps(ctx, a.Id, peerID, legacyNetworkMap, componentsNetworkMap, diff)
} else {
log.WithContext(ctx).Tracef("shadow comparison MATCH for account %s and peer %s", a.Id, peerID)
}
}()
}