[CONSRV]: Fix a DPRINT.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 10 Feb 2015 18:27:34 +0000 (18:27 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 10 Feb 2015 18:27:34 +0000 (18:27 +0000)
svn path=/trunk/; revision=66217

reactos/win32ss/user/winsrv/consrv/frontends/gui/conwnd.c

index e3bc0a4..9a4cb4c 100644 (file)
@@ -715,7 +715,7 @@ OnActivate(PGUI_CONSOLE_DATA GuiData, WPARAM wParam)
 {
     WORD ActivationState = LOWORD(wParam);
 
-    DPRINT("WM_ACTIVATE - ActivationState = %d\n");
+    DPRINT("WM_ACTIVATE - ActivationState = %d\n", ActivationState);
 
     if ( ActivationState == WA_ACTIVE ||
          ActivationState == WA_CLICKACTIVE )