diff --git a/subsystems/mvdm/ntvdm/ntvdm.c b/subsystems/mvdm/ntvdm/ntvdm.c index 4e5cd99a1c0..d7e88cb20ad 100644 --- a/subsystems/mvdm/ntvdm/ntvdm.c +++ b/subsystems/mvdm/ntvdm/ntvdm.c @@ -506,11 +506,15 @@ wmain(INT argc, WCHAR *argv[]) } #endif + DPRINT1("\n\n\n" + "NTVDM - Starting...\n" + "Command Line: '%s'\n" + "\n\n", + GetCommandLineA()); + /* Load the global VDM settings */ LoadGlobalSettings(&GlobalSettings); - DPRINT1("\n\n\nNTVDM - Starting...\n\n\n"); - /* Initialize the console */ if (!ConsoleInit()) {