- this should go to the debug port but not to the screen

svn path=/trunk/; revision=24698
This commit is contained in:
Johannes Anderwald 2006-11-07 00:12:24 +00:00
parent 4a941a0b25
commit 7fa7aee0e8

View file

@ -670,7 +670,7 @@ InstallReactOS (HINSTANCE hInstance)
/// THE FOLLOWING DPRINT IS FOR THE SYSTEM REGRESSION TOOL
/// DO NOT REMOVE!!!
DebugPrint("SYSREG_CHECKPOINT:SYSSETUP_COMPLETE");
DbgPrint("SYSREG_CHECKPOINT:SYSSETUP_COMPLETE\n");
return 0;
}