From d5709e74f66a7a0f8585e8dadeae3bfcd55da09d Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Thu, 20 Jan 2011 16:30:39 +0000
Subject: More minor changes to the udpsocket test program.

---
 src/tests/udpsocket.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/udpsocket.cpp b/src/tests/udpsocket.cpp
index 682444f..3038560 100644
--- a/src/tests/udpsocket.cpp
+++ b/src/tests/udpsocket.cpp
@@ -17,7 +17,7 @@ int main( int argc, char *argv[] )
 			char buf[1501];
 			int iRead = udp.read( buf, 1500 );
 			buf[iRead] = '\0';
-			sio << "Read(" << iRead << "): '" << buf << "'";
+			sio << "Read(" << iRead << "): '" << buf << "'" << sio.nl;
 		}
 	}
 	else if( argv[1][0] == 'b' )
-- 
cgit v1.2.3