mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Log the version on startup
This commit is contained in:
parent
678fc9e2a4
commit
bd1f9bc543
@ -167,6 +167,9 @@ int main(int argc, char *argv[])
|
|||||||
daemonize(argv[0]);
|
daemonize(argv[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Log a version message on startup */
|
||||||
|
LOG_MSG("v%s\n", GAMEMODE_VERSION);
|
||||||
|
|
||||||
/* Set up the game mode context */
|
/* Set up the game mode context */
|
||||||
context = game_mode_context_instance();
|
context = game_mode_context_instance();
|
||||||
game_mode_context_init(context);
|
game_mode_context_init(context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user