mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[CONSRV] Silence a noisy DPRINT.
This commit is contained in:
parent
ab8470d8bb
commit
8bdebb1fed
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ ConSrvTermInitTerminal(IN OUT PTERMINAL This,
|
|||
FrontEnd->Console = Console;
|
||||
|
||||
/** HACK HACK!! Copy FrontEnd into the console!! **/
|
||||
DPRINT1("Using FrontEndIFace HACK(1), should be removed after proper implementation!\n");
|
||||
DPRINT("Using FrontEndIFace HACK(1), should be removed after proper implementation!\n");
|
||||
Console->FrontEndIFace = *FrontEnd;
|
||||
|
||||
Status = FrontEnd->Vtbl->InitFrontEnd(FrontEnd, FrontEnd->Console);
|
||||
|
|
Loading…
Reference in a new issue