diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-08 04:58:17 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-09 01:32:12 -0400 |
| commit | 12e1a91e4fe8de291fbe72c23031f3e79613c0dd (patch) | |
| tree | 0693fc671973813e4df8a5cbcd21a048f9bf4355 /src/main.cpp | |
| parent | e08e605c85a1f62f4b6b83f5404457f5dc55654a (diff) | |
log desktop geometry
log more info on game plugin
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 04bc423b..9cb8c08d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -648,7 +648,10 @@ int runApplication(MOApplication &application, SingleInstance &instance, game->setGameVariant(edition); - log::info("managing game at {}", game->gameDirectory().absolutePath()); + log::info( + "using game plugin '{}' ('{}', steam id '{}') at {}", + game->gameName(), game->gameShortName(), game->steamAPPId(), + game->gameDirectory().absolutePath()); organizer.updateExecutablesList(); |
