[ros-diffs] [janderwald] 24698: - this should go to the debug port but not to the screen

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Nov 7 01:12:24 CET 2006


Author: janderwald
Date: Tue Nov  7 03:12:24 2006
New Revision: 24698

URL: http://svn.reactos.org/svn/reactos?rev=24698&view=rev
Log:
- this should go to the debug port but not to the screen

Modified:
    trunk/reactos/dll/win32/syssetup/install.c

Modified: trunk/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/install.c?rev=24698&r1=24697&r2=24698&view=diff
==============================================================================
--- trunk/reactos/dll/win32/syssetup/install.c (original)
+++ trunk/reactos/dll/win32/syssetup/install.c Tue Nov  7 03:12:24 2006
@@ -670,7 +670,7 @@
 
   /// 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;
 }




More information about the Ros-diffs mailing list