From 7ea24ef6cbca4f0d6f9fc2833b69a3f38156e321 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Mon, 15 Sep 2014 19:55:21 +0200 Subject: [PATCH] Decreased logging verbosity. --- libfreerdp/core/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/core/message.c b/libfreerdp/core/message.c index b4e808948..c51c6d7c0 100644 --- a/libfreerdp/core/message.c +++ b/libfreerdp/core/message.c @@ -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) {