From 260d0cd340f78c91dd29acd6de97bf57f2e46cc9 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 11 May 2016 14:09:48 -0700 Subject: [PATCH] GUACAMOLE-25: Remove STUB. --- src/protocols/rdp/guac_ai/ai_messages.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/protocols/rdp/guac_ai/ai_messages.c b/src/protocols/rdp/guac_ai/ai_messages.c index 520416cd..eeb3e287 100644 --- a/src/protocols/rdp/guac_ai/ai_messages.c +++ b/src/protocols/rdp/guac_ai/ai_messages.c @@ -319,8 +319,10 @@ void guac_rdp_ai_process_open(guac_client* client, void guac_rdp_ai_process_formatchange(guac_client* client, IWTSVirtualChannel* channel, wStream* stream) { - /* STUB: Should not be called as we only accept one format */ - guac_client_log(client, GUAC_LOG_DEBUG, "AUDIO_INPUT: formatchange"); + /* Should not be called as we only accept one format */ + guac_client_log(client, GUAC_LOG_DEBUG, + "RDP server requesting AUDIO_INPUT format change despite only one " + "format available."); }