]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
Turn some LOG_INFOs into LOG_HELPs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index 96ae0b66c5f8b50855388dd7db0d50ef159e34c8..f2448998c7c634888cba59c7b2d1f9aecc47c83c 100644 (file)
@@ -1239,7 +1239,7 @@ ERASEABLE
 void write_String_To_File(int fh, string str, bool alsoprint)
 {
        fputs(fh, str);
-       if (alsoprint) LOG_INFO(str);
+       if (alsoprint) LOG_HELP(str);
 }
 
 string get_model_datafilename(string m, float sk, string fil)