]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'martin-t/version' into 'master'
authorMario <mario.mario@y7mail.com>
Sat, 29 Feb 2020 09:01:51 +0000 (09:01 +0000)
committerMario <mario.mario@y7mail.com>
Sat, 29 Feb 2020 09:01:51 +0000 (09:01 +0000)
Print which QC version it is

See merge request xonotic/xonotic-data.pk3dir!770

qcsrc/common/debug.qh

index a12d9ffc216f6586bd166175136602778c8e4ffc..e5012f8cc1b8771a0b7d8f53225c59ef6b9308ae 100644 (file)
@@ -224,7 +224,7 @@ GENERIC_COMMAND(version, "Print the current version", false)
        {
                case CMD_REQUEST_COMMAND:
                {
-                       LOG_INFO(WATERMARK);
+                       LOG_INFO(PROGNAME, " version: ", WATERMARK);
                        return;
                }
                default: