Commit in reactos/subsys/win32k/ntuser on MAIN
msgqueue.c+2-21.91 -> 1.92
silence debug message

reactos/subsys/win32k/ntuser
msgqueue.c 1.91 -> 1.92
diff -u -r1.91 -r1.92
--- msgqueue.c	29 Apr 2004 21:13:16 -0000	1.91
+++ msgqueue.c	29 Apr 2004 22:42:51 -0000	1.92
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: msgqueue.c,v 1.91 2004/04/29 21:13:16 gvg Exp $
+/* $Id: msgqueue.c,v 1.92 2004/04/29 22:42:51 weiden Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -859,7 +859,7 @@
                 Entry = Entry->Flink;
               }
             IntUnLockMessageQueue(MessageQueue);
-            DbgPrint("MsqSendMessage timed out\n");
+            DPRINT("MsqSendMessage timed out\n");
             break;
           }
         while (MsqDispatchOneSentMessage(ThreadQueue))
CVSspam 0.2.8