Silence an uninformative DPRINT

svn path=/trunk/; revision=57307
This commit is contained in:
Timo Kreuzer 2012-09-15 16:33:30 +00:00
parent 9a67b5f7f9
commit 09ee17cb70

View file

@ -1111,7 +1111,7 @@ ClientConnectionThread(IN PVOID Parameter)
MessageType == LPC_CLIENT_DIED)
{
/* The Client or Port are gone, loop again */
DPRINT1("Death from unknown thread, just continue\n");
DPRINT("Death from unknown thread, just continue\n");
Reply = NULL;
ReplyPort = CsrApiPort;
}