Log the version on startup

This commit is contained in:
Marc Di Luzio 2018-05-15 17:15:47 +01:00
parent 678fc9e2a4
commit bd1f9bc543

View File

@ -167,6 +167,9 @@ int main(int argc, char *argv[])
daemonize(argv[0]);
}
/* Log a version message on startup */
LOG_MSG("v%s\n", GAMEMODE_VERSION);
/* Set up the game mode context */
context = game_mode_context_instance();
game_mode_context_init(context);