]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Use a trace log for the client program version message and remove networked server...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index ad11dbd296254b5bdbf580109d0b9b3276278d2e..2c63adc4464c3a484477a8daad275cf83b453ebd 100644 (file)
@@ -46,7 +46,7 @@ void CSQC_Init()
        prvm_language = strzone(cvar_string("prvm_language"));
 
 #ifdef WATERMARK
-       LOG_INFOF("^4CSQC Build information: ^1%s", WATERMARK);
+       LOG_TRACEF("^4CSQC Build information: ^1%s", WATERMARK);
 #endif
 
        {