From 71097aa49b7ec3fc258167e528a0c9f37f259c71 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 17 Feb 2012 11:40:14 +0000 Subject: Lots of logging added git-svn-id: http://mc-server.googlecode.com/svn/trunk@282 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cServer.cpp') diff --git a/source/cServer.cpp b/source/cServer.cpp index 4411dfb78..a1ff76292 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -476,7 +476,7 @@ void cServer::ServerCommand( const char * a_Cmd ) } if( split[0].compare( "numchunks" ) == 0 ) { - LOG("Num loaded chunks: %i\n", cRoot::Get()->GetTotalChunkCount() ); + LOG("Num loaded chunks: %i", cRoot::Get()->GetTotalChunkCount() ); return; } -- cgit v1.2.3