Sync with trunk r58113.
[reactos.git] / ntoskrnl / kd / kdmain.c
index 3e21f67..0b13fae 100644 (file)
@@ -108,7 +108,8 @@ KdpServiceDispatcher(ULONG Service,
 #endif /* KDBG */
 #endif /* DBG */
         default:
-            HalDisplayString ("Invalid debug service call!\n");
+            DPRINT1("Invalid debug service call!\n");
+            HalDisplayString("Invalid debug service call!\n");
             break;
     }