Clean up log messages

Former-commit-id: 0231591f36
This commit is contained in:
Owen
2026-01-16 12:02:02 -08:00
parent e1a687407e
commit eafd816159
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ func (o *Olm) handleWgPeerUpdateData(msg websocket.WSMessage) {
// Handler for syncing peer configuration - reconciles expected state with actual state
func (o *Olm) handleSync(msg websocket.WSMessage) {
logger.Debug("++++++++++++++++++++++++++++Received sync message: %v", msg.Data)
logger.Debug("Received sync message: %v", msg.Data)
if !o.connected {
logger.Warn("Not connected, ignoring sync request")