|
@@ -126,7 +126,7 @@ int main(int argc, char* argv[]) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Log environment |
|
|
// Log environment |
|
|
INFO("%s v%s", APP_NAME.c_str(), APP_VERSION.c_str()); |
|
|
|
|
|
|
|
|
INFO("%s %s v%s", APP_NAME.c_str(), APP_VARIANT.c_str(), APP_VERSION.c_str()); |
|
|
INFO("%s", system::getOperatingSystemInfo().c_str()); |
|
|
INFO("%s", system::getOperatingSystemInfo().c_str()); |
|
|
std::string argsList; |
|
|
std::string argsList; |
|
|
for (int i = 0; i < argc; i++) { |
|
|
for (int i = 0; i < argc; i++) { |
|
|