diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index 255e8e95b..aa3d14e46 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -278,6 +278,13 @@ int main(int argc, char **argv) // initialize log initLog(); +#ifdef NL_OS_MAC + for (sint i = 0; i < argc; ++i) + { + nlinfo("Argument %d: %s", i, argv[i]); + } +#endif + #ifdef RZ_USE_STEAM CSteamClient steamClient;