diff --git a/src/prudp/router.rs b/src/prudp/router.rs index 6db9a84..5437fc9 100644 --- a/src/prudp/router.rs +++ b/src/prudp/router.rs @@ -50,7 +50,7 @@ impl Router { let packet = match PRUDPPacket::new(&mut stream){ Ok(p) => p, Err(e) => { - error!("Somebody({}) is fucking with the servers or their connection is bad", addr); + error!("Somebody({}) is fucking with the servers or their connection is bad (reason: {})", addr, e); break; }, };