Index: uspace/srv/net/app/nettest2/nettest2.c
===================================================================
--- uspace/srv/net/app/nettest2/nettest2.c	(revision 21580dd3dd9a49828a6c8dd3988e651a60708c10)
+++ uspace/srv/net/app/nettest2/nettest2.c	(revision 5e188922437b6d95c83f192e78bc6c0fcb378ec2)
@@ -366,5 +366,5 @@
 	ERROR_DECLARE;
 
-	size_t				size			= 29;
+	size_t				size			= 28;
 	int					verbose			= 0;
 	sock_type_t			type			= SOCK_DGRAM;
@@ -507,7 +507,10 @@
 
 	ERROR_PROPAGATE( sockets_create( verbose, socket_ids, sockets, family, type ));
+
 	if( type == SOCK_STREAM ){
 		ERROR_PROPAGATE( sockets_connect( verbose, socket_ids, sockets, address, addrlen ));
 	}
+
+	if( verbose ) printf( "\n" );
 
 	if( ERROR_OCCURRED( gettimeofday( & time_before, NULL ))){
@@ -546,5 +549,5 @@
 	ERROR_PROPAGATE( sockets_close( verbose, socket_ids, sockets ));
 
-	if( verbose ) printf( "Exiting\n" );
+	if( verbose ) printf( "\nExiting\n" );
 
 	return EOK;
