[client] Include config hash in ACL skip debug log

This commit is contained in:
Zoltan Papp
2026-06-29 11:31:19 +02:00
parent 4a15cd82f5
commit 883eb10215

View File

@@ -73,7 +73,7 @@ func (d *DefaultManager) ApplyFiltering(networkMap *mgmProto.NetworkMap, dnsRout
if err != nil {
log.Errorf("unable to hash firewall configuration, applying unconditionally: %v", err)
} else if d.hasAppliedConfig && d.previousConfigHash == hash {
log.Debugf("not applying the firewall configuration update as there is nothing new")
log.Debugf("not applying the firewall configuration update as there is nothing new (hash: %d)", hash)
return
}