mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[NTVDM] Log the command line used when starting NTVDM.
This commit is contained in:
parent
b538b9abb8
commit
6a4ca215ab
1 changed files with 6 additions and 2 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue