mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:14:10 +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;
|
FrontEnd->Console = Console;
|
||||||
|
|
||||||
/** HACK HACK!! Copy FrontEnd into the 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;
|
Console->FrontEndIFace = *FrontEnd;
|
||||||
|
|
||||||
Status = FrontEnd->Vtbl->InitFrontEnd(FrontEnd, FrontEnd->Console);
|
Status = FrontEnd->Vtbl->InitFrontEnd(FrontEnd, FrontEnd->Console);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue