mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +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:
parent
408db391be
commit
968788ebd8
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ KdpServiceDispatcher(ULONG Service,
|
||||||
#endif /* KDBG */
|
#endif /* KDBG */
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
default:
|
default:
|
||||||
HalDisplayString ("Invalid debug service call!\n");
|
DPRINT1("Invalid debug service call!\n");
|
||||||
|
HalDisplayString("Invalid debug service call!\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue