Use correct log message level for rdpsnd_process()

This commit is contained in:
Henrik Andersson 2017-09-26 15:04:28 +02:00
parent cb6460788c
commit 8cb4149722

View File

@ -379,7 +379,7 @@ rdpsnd_process(STREAM s)
in_uint8s(s, 1); /* Padding */ in_uint8s(s, 1); /* Padding */
in_uint16_le(s, len); 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); (int) packet_opcode, (int) len);
packet.p = packet.data; packet.p = packet.data;