[ros-diffs] [cfinck] 43526: Add a newline after KDBG is hit for the second time, so that the following SysregPrintf message can be properly detected by Testman's BuildBot Aggregator script.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Oct 17 12:13:48 CEST 2009


Author: cfinck
Date: Sat Oct 17 12:13:48 2009
New Revision: 43526

URL: http://svn.reactos.org/svn/reactos?rev=43526&view=rev
Log:
Add a newline after KDBG is hit for the second time, so that the following SysregPrintf message can be properly detected by Testman's BuildBot Aggregator script.

Modified:
    trunk/tools/sysreg2/console.c

Modified: trunk/tools/sysreg2/console.c
URL: http://svn.reactos.org/svn/reactos/trunk/tools/sysreg2/console.c?rev=43526&r1=43525&r2=43526&view=diff
==============================================================================
--- trunk/tools/sysreg2/console.c [iso-8859-1] (original)
+++ trunk/tools/sysreg2/console.c [iso-8859-1] Sat Oct 17 12:13:48 2009
@@ -179,6 +179,7 @@
                 else
                 {
                     /* We hit it yet another time, give up here */
+                    printf("\n");
                     Ret = EXIT_CONTINUE;
                     goto cleanup;
                 }




More information about the Ros-diffs mailing list