From 7d0ad0f5211087124d0897869275f51f83780cc5 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 22 Mar 2012 13:36:37 +0200 Subject: Fix UDPSocket's debug output --- src/socket.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/socket.cpp') diff --git a/src/socket.cpp b/src/socket.cpp index 7b70d4295..af32210c4 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<<"..."; -- cgit v1.2.3