]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Hide a spammy message
authorMario <mario@smbclan.net>
Fri, 17 Jun 2016 10:39:31 +0000 (20:39 +1000)
committerMario <mario@smbclan.net>
Fri, 17 Jun 2016 10:39:31 +0000 (20:39 +1000)
qcsrc/server/g_world.qc

index 56bc0b34d8c6ddb5b910258f8e77dbd8976682a4..c959bafd0efabee4f3d41e7e818c6675d5799cbd 100644 (file)
@@ -1038,7 +1038,7 @@ float Map_Check(float position, float pass)
                return 0;
        }
        else
-               LOG_TRACE( "Couldn't select '", filename, "'..\n" );
+               LOG_DEBUG( "Couldn't select '", filename, "'...\n" );
 
        return 0;
 }