]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qc
When possible use simpler LOG_* macros instead of LOG_*F
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qc
index a06ac8e23100f7ffbc98312edba482164aec1c77..93deaff332aae873c8bfaa2a1e3d741a9b484a4c 100644 (file)
@@ -88,7 +88,7 @@ void GameCommand(string theCommand)
                                        if (!startsWith(s, filter)) continue;
                                        s = substring(s, strlen(filter), strlen(s) - strlen(filter));
                                }
-                               LOG_INFOF(" %s", s);
+                               LOG_INFO(" ", s);
                        });
                }
                else if (argc == 2 && !isdemo())     // don't allow this command in demos