[CONSRV] Silence a noisy DPRINT.

This commit is contained in:
Hermès Bélusca-Maïto 2018-03-10 20:37:08 +01:00
parent ab8470d8bb
commit 8bdebb1fed
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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);