Adjust log output
authorfatbob313 <martin@fatbob.nu>
Sun, 31 Jan 2010 22:12:21 +0000 (22:12 +0000)
committerfatbob313 <martin@fatbob.nu>
Sun, 31 Jan 2010 22:12:21 +0000 (22:12 +0000)
src/server.c

index 05bcba572667643a1aa9124bdfe3d573b9a946a4..c345e5db7eb74d605cb572d519a599b87065ffe5 100644 (file)
@@ -111,9 +111,10 @@ void Server_run()
        
        Timer_init(&janitorTimer);
        
-       Log_info("uMurmur version %s protocol version %d.%d.%d -- http://code.google.com/p/umurmur/",
+       Log_info("uMurmur version %s protocol version %d.%d.%d",
                         UMURMUR_VERSION, PROTVER_MAJOR, PROTVER_MINOR, PROTVER_PATCH);
-
+       Log_info("Visit http://code.google.com/p/umurmur/");
+       
        /* Main server loop */
        while (!shutdown_server) {
                struct sockaddr_in remote;