[WIP] Use the right function name..
This commit is contained in:
parent
f4afa306d2
commit
0d479fee8c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user