Decreased logging verbosity.

This commit is contained in:
Armin Novak 2014-09-15 19:55:21 +02:00
parent eead7733c8
commit 7ea24ef6cb

View File

@ -764,7 +764,7 @@ static void update_message_WindowIcon(rdpContext* context, WINDOW_ORDER_INFO* or
lParam = (WINDOW_ICON_ORDER*) malloc(sizeof(WINDOW_ICON_ORDER));
CopyMemory(lParam, windowIcon, sizeof(WINDOW_ICON_ORDER));
WLog_ERR(TAG, "update_message_WindowIcon");
WLog_VRB(TAG, "update_message_WindowIcon");
if (windowIcon->iconInfo->cbBitsColor > 0)
{