[ros-diffs] [rharabien] 52139: - Silence unwanted debug messages added in r52136

rharabien at svn.reactos.org rharabien at svn.reactos.org
Tue Jun 7 20:46:34 UTC 2011


Author: rharabien
Date: Tue Jun  7 20:46:32 2011
New Revision: 52139

URL: http://svn.reactos.org/svn/reactos?rev=52139&view=rev
Log:
- Silence unwanted debug messages added in r52136

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c?rev=52139&r1=52138&r2=52139&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] Tue Jun  7 20:46:32 2011
@@ -125,7 +125,7 @@
         {
             /* Remove the cursor */
             GreMovePointer(hdcScreen, -1, -1);
-            DPRINT1("Removing pointer!\n");
+            DPRINT("Removing pointer!\n");
             DbgBreakPoint();
         }
         IntGetSysCursorInfo()->CurrentCursorObject = NewCursor;
@@ -172,13 +172,13 @@
         {
             /* Show the pointer */
             GreMovePointer(hdcScreen, gpsi->ptCursor.x, gpsi->ptCursor.y);
-            DPRINT1("Showing pointer!\n");
+            DPRINT("Showing pointer!\n");
         }
         else
         {
             /* Remove the pointer */
             GreMovePointer(hdcScreen, -1, -1);
-            DPRINT1("Removing pointer!\n");
+            DPRINT("Removing pointer!\n");
         }
         
         /* Update global info */




More information about the Ros-diffs mailing list