[NTOSKRNL]

Display both on the screen and on the debug console that an invalid debug service was called.

svn path=/trunk/; revision=58088
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-01 16:42:07 +00:00
parent 408db391be
commit 968788ebd8

View 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;
}