Decreased logging verbosity.
authorArmin Novak <armin.novak@thincast.com>
Mon, 15 Sep 2014 17:37:53 +0000 (19:37 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 15 Sep 2014 17:37:53 +0000 (19:37 +0200)
channels/rdpsnd/server/rdpsnd_main.c

index e27ffd3..372e06f 100644 (file)
@@ -671,7 +671,7 @@ int rdpsnd_server_handle_messages(RdpsndServerContext *context)
 
        /* when here we have the header + the body */
 #ifdef WITH_DEBUG_SND
-       WLog_ERR(TAG,  "%s: message type %d\n", __FUNCTION__, priv->msgType);
+       WLog_DBG(TAG,  "message type %d", priv->msgType);
 #endif
        priv->expectedBytes = 4;
        priv->waitingHeader = TRUE;