Rearrange mosh-server startup message

This commit is contained in:
Keith Winstein
2012-03-12 05:15:41 -04:00
parent e0ac9e7804
commit ef0bf90221
+2 -2
View File
@@ -151,12 +151,12 @@ int run_server( const char *desired_ip, const char *desired_port ) {
_exit( 0 ); _exit( 0 );
} }
fprintf( stderr, "[mosh-server detached, pid = %d]\n", (int)getpid() );
fprintf( stderr, "\nmosh-server (%s)\n", PACKAGE_STRING ); fprintf( stderr, "\nmosh-server (%s)\n", PACKAGE_STRING );
fprintf( stderr, "Copyright 2012 Keith Winstein <mosh-devel@mit.edu>\n" ); fprintf( stderr, "Copyright 2012 Keith Winstein <mosh-devel@mit.edu>\n" );
fprintf( stderr, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" ); fprintf( stderr, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" );
fprintf( stderr, "[mosh-server detached, pid = %d]\n", (int)getpid() );
int master; int master;
if ( !(child_termios.c_iflag & IUTF8) ) { if ( !(child_termios.c_iflag & IUTF8) ) {