Merge pull request #1283 from pliablepixels/1282-multiserver-debug-demote

demoted to debug due to lots of logs
This commit is contained in:
Isaac Connor 2016-02-11 17:08:56 -05:00
commit f9b3287539
1 changed files with 2 additions and 2 deletions

View File

@ -136,9 +136,9 @@ void zmLoadConfig()
}
if ( ! staticConfig.SERVER_ID ) {
Info( "No Server ID or Name specified in config. Not using Multi-Server Mode." );
Debug( 1, "No Server ID or Name specified in config. Not using Multi-Server Mode." );
} else {
Info( "Server is %d: using Multi-Server Mode.", staticConfig.SERVER_ID );
Debug( 1, "Server is %d: using Multi-Server Mode.", staticConfig.SERVER_ID );
}
}