[ros-diffs] [jimtabor] 56665: - Turn of debugs.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon May 28 04:53:14 UTC 2012


Author: jimtabor
Date: Mon May 28 04:53:13 2012
New Revision: 56665

URL: http://svn.reactos.org/svn/reactos?rev=56665&view=rev
Log:
- Turn of debugs.

Modified:
    trunk/reactos/win32ss/user/ntuser/simplecall.c

Modified: trunk/reactos/win32ss/user/ntuser/simplecall.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/simplecall.c?rev=56665&r1=56664&r2=56665&view=diff
==============================================================================
--- trunk/reactos/win32ss/user/ntuser/simplecall.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/ntuser/simplecall.c [iso-8859-1] Mon May 28 04:53:13 2012
@@ -569,9 +569,9 @@
          break;
 
       case HWNDLOCK_ROUTINE_SETFOREGROUNDWINDOW:
-         ERR("co_IntSetForegroundWindow 1 %p\n",hWnd);
+         TRACE("co_IntSetForegroundWindow 1 %p\n",hWnd);
          Ret = co_IntSetForegroundWindow(Window);
-         ERR("co_IntSetForegroundWindow 2 \n");
+         TRACE("co_IntSetForegroundWindow 2 \n");
          break;
 
       case HWNDLOCK_ROUTINE_UPDATEWINDOW:




More information about the Ros-diffs mailing list