[NTOSKRNL]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 1 Jan 2013 16:42:07 +0000 (16:42 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 1 Jan 2013 16:42:07 +0000 (16:42 +0000)
Display both on the screen and on the debug console that an invalid debug service was called.

svn path=/trunk/; revision=58088

reactos/ntoskrnl/kd/kdmain.c

index 3e21f67..0b13fae 100644 (file)
@@ -108,7 +108,8 @@ KdpServiceDispatcher(ULONG Service,
 #endif /* KDBG */
 #endif /* DBG */
         default:
 #endif /* KDBG */
 #endif /* DBG */
         default:
-            HalDisplayString ("Invalid debug service call!\n");
+            DPRINT1("Invalid debug service call!\n");
+            HalDisplayString("Invalid debug service call!\n");
             break;
     }
 
             break;
     }