mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
silence debug message
svn path=/trunk/; revision=9249
This commit is contained in:
parent
e9a87d53bd
commit
8d041e5355
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ MsqSendMessage(PUSER_MESSAGE_QUEUE MessageQueue,
|
|||
Entry = Entry->Flink;
|
||||
}
|
||||
IntUnLockMessageQueue(MessageQueue);
|
||||
DbgPrint("MsqSendMessage timed out\n");
|
||||
DPRINT("MsqSendMessage timed out\n");
|
||||
break;
|
||||
}
|
||||
while (MsqDispatchOneSentMessage(ThreadQueue))
|
||||
|
|
Loading…
Reference in a new issue