From: Perttu Ahola Date: Thu, 22 Mar 2012 11:36:37 +0000 (+0200) Subject: Fix UDPSocket's debug output X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7d0ad0f5211087124d0897869275f51f83780cc5;p=zefram%2Fminetest%2Fminetest_engine.git Fix UDPSocket's debug output --- diff --git a/src/socket.cpp b/src/socket.cpp index 7b70d429..af32210c 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -227,7 +227,8 @@ void UDPSocket::Send(const Address & destination, const void * data, int size) dstream<<", size="<20) dstream<<"..."; @@ -289,7 +290,8 @@ int UDPSocket::Receive(Address & sender, void * data, int size) dstream<<", size="<20) dstream<<"...";