Decreased logging verbosity.

This commit is contained in:
Armin Novak 2014-09-15 19:37:18 +02:00
parent 76247d6623
commit 554977fc8e
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ int rdpei_recv_pdu(RDPEI_CHANNEL_CALLBACK* callback, wStream* s)
Stream_Read_UINT32(s, pduLength); /* pduLength (4 bytes) */
#ifdef WITH_DEBUG_RDPEI
WLog_ERR(TAG, "rdpei_recv_pdu: eventId: %d (%s) length: %d",
WLog_DBG(TAG, "rdpei_recv_pdu: eventId: %d (%s) length: %d",
eventId, RDPEI_EVENTID_STRINGS[eventId], pduLength);
#endif