https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8bdebb1fed74de3f0573d7a7e1e86b73ef5411a7

commit 8bdebb1fed74de3f0573d7a7e1e86b73ef5411a7
Author:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
AuthorDate: Sat Mar 10 20:37:08 2018 +0100
Commit:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
CommitDate: Sat Mar 10 20:37:08 2018 +0100

    [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 d4f380ba3e..0ab20d82fa 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);

Reply via email to