mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CONSRV] Silence a noisy DPRINT.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user