mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user