]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qc
Logging: tidy
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qc
index 5bc86b84e14ca350c18d75493500cf7ca55da63a..0e6c87b675d577fd820cdaf8612c0bd66fd5d5e0 100644 (file)
@@ -166,7 +166,7 @@ void bot_setnameandstuff(entity this)
 
        if(file < 0)
        {
-               LOG_INFO(strcat("Error: Can not open the bot configuration file '",autocvar_bot_config_file,"'\n"));
+               LOG_INFOF("Error: Can not open the bot configuration file '%s'", autocvar_bot_config_file);
                readfile = "";
        }
        else