server: Log pixel format choice
parent
584fb77cc8
commit
f1a6710bba
|
@ -938,6 +938,9 @@ static int on_client_set_pixel_format(struct nvnc_client* client)
|
||||||
|
|
||||||
client->has_pixfmt = true;
|
client->has_pixfmt = true;
|
||||||
|
|
||||||
|
nvnc_log(NVNC_LOG_DEBUG, "Client %p chose pixel format: %s", client,
|
||||||
|
rfb_pixfmt_to_string(fmt));
|
||||||
|
|
||||||
return 4 + sizeof(struct rfb_pixel_format);
|
return 4 + sizeof(struct rfb_pixel_format);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue