From 8cb414972213c32004db432b18ef85e7540b29ef Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 26 Sep 2017 15:04:28 +0200 Subject: [PATCH] Use correct log message level for rdpsnd_process() --- rdpsnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdpsnd.c b/rdpsnd.c index fce11f6..2f1ee29 100644 --- a/rdpsnd.c +++ b/rdpsnd.c @@ -379,7 +379,7 @@ rdpsnd_process(STREAM s) in_uint8s(s, 1); /* Padding */ in_uint16_le(s, len); - logger(Sound, Error, "rdpsnd_process(), Opcode = 0x%x Length= %d", + logger(Sound, Debug, "rdpsnd_process(), Opcode = 0x%x Length= %d", (int) packet_opcode, (int) len); packet.p = packet.data;