Downgrade harmless log message from info to debug

This commit is contained in:
benedettadavico
2025-01-30 11:32:54 +01:00
parent ada2d2247a
commit dea69acd49
@@ -632,7 +632,7 @@ impl MixnetListener {
}
} else {
// If the client is not connected, just drop the packet silently
log::info!("dropping packet from mixnet: no registered client for packet with source: {src_addr}");
log::debug!("dropping packet from mixnet: no registered client for packet with source: {src_addr}");
Ok(None)
}
}