Rename mosh to mosh-client and make server message more distinctive

This commit is contained in:
Keith Winstein
2012-02-03 00:23:20 -05:00
parent e20d1169d1
commit ecb45b6d93
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ void serve( int host_fd, const char *desired_ip )
/* network.set_verbose(); */
printf( "CONNECT %d %s\n", network.port(), network.get_key().c_str() );
printf( "MOSH CONNECT %d %s\n", network.port(), network.get_key().c_str() );
fflush( stdout );
/* prepare to poll for events */