]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Console: reduce verbosity
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 10 Dec 2015 22:37:50 +0000 (09:37 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 10 Dec 2015 22:37:50 +0000 (09:37 +1100)
qcsrc/server/g_world.qc

index 36b6074590031a955c67858c583585f7791a71d4..854282f3dd5cce00d2342b765c5cc5187c36573f 100644 (file)
@@ -2070,7 +2070,7 @@ void Shutdown()
        if(world_initialized > 0)
        {
                world_initialized = 0;
-               LOG_INFO("Saving persistent data...\n");
+               LOG_TRACE("Saving persistent data...\n");
                Ban_SaveBans();
 
                // playerstats with unfinished match
@@ -2093,7 +2093,7 @@ void Shutdown()
                CheatShutdown(); // must be after cheatcount check
                db_close(ServerProgsDB);
                db_close(TemporaryDB);
-               LOG_INFO("done!\n");
+               LOG_TRACE("Saving persistent data... done!\n");
                // tell the bot system the game is ending now
                bot_endgame();