From 8bdebb1fed74de3f0573d7a7e1e86b73ef5411a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 10 Mar 2018 20:37:08 +0100 Subject: [PATCH] [CONSRV] Silence a noisy DPRINT. --- win32ss/user/winsrv/consrv/frontends/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32ss/user/winsrv/consrv/frontends/terminal.c b/win32ss/user/winsrv/consrv/frontends/terminal.c index d4f380ba3e8..0ab20d82fab 100644 --- a/win32ss/user/winsrv/consrv/frontends/terminal.c +++ b/win32ss/user/winsrv/consrv/frontends/terminal.c @@ -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);