projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42aa651
)
Adjust log output
author
fatbob313
<martin@fatbob.nu>
Sun, 31 Jan 2010 22:12:21 +0000
(22:12 +0000)
committer
fatbob313
<martin@fatbob.nu>
Sun, 31 Jan 2010 22:12:21 +0000
(22:12 +0000)
src/server.c
patch
|
blob
|
history
diff --git
a/src/server.c
b/src/server.c
index 05bcba572667643a1aa9124bdfe3d573b9a946a4..c345e5db7eb74d605cb572d519a599b87065ffe5 100644
(file)
--- a/
src/server.c
+++ b/
src/server.c
@@
-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;