[WIP] Use the right function name..

This commit is contained in:
Nick Couchman 2020-04-05 16:42:47 -04:00
parent f4afa306d2
commit 0d479fee8c

View File

@ -45,7 +45,7 @@ void guac_rdpsnd_process_receive(guac_rdp_common_svc* svc,
Stream_Read_UINT16(input_stream, header.body_size);
if (Stream_GetRemainingLength(input_stream) < header.body_size) {
guac_client_debug(svc->client, GUAC_LOG_DEBUG, "Not enough bytes in stream."
guac_client_log(svc->client, GUAC_LOG_DEBUG, "Not enough bytes in stream."
" Remaining: %d, Body size: %d",
Stream_GetRemainingLength(input_stream),
header.body_size);