Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7655bb5f0b
commit
16acb8079a
3 changed files with 3 additions and 2 deletions
|
@ -106,7 +106,7 @@ int main(const int argc, const char* argv[])
|
|||
asset::userDir = asset::systemDir;
|
||||
|
||||
// Log environment
|
||||
INFO("%s %s v%s", APP_NAME.c_str(), APP_EDITION.c_str(), APP_VERSION.c_str());
|
||||
INFO("%s %s version %s", APP_NAME.c_str(), APP_EDITION.c_str(), APP_VERSION.c_str());
|
||||
INFO("%s", system::getOperatingSystemInfo().c_str());
|
||||
// INFO("Binary filename: %s", getBinaryFilename());
|
||||
INFO("System directory: %s", asset::systemDir.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue