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