main: Refer users to man page when screencopy is missing

pull/173/head
Andri Yngvason 2022-10-24 21:13:10 +00:00
parent 29b5988834
commit ec4c90b0b9
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ static int init_wayland(struct wayvnc* self)
wl_display_roundtrip(self->display);
if (!self->screencopy.manager) {
nvnc_log(NVNC_LOG_ERROR, "Compositor doesn't support screencopy! Exiting.");
nvnc_log(NVNC_LOG_ERROR, "Screencopy protocol not supported by compositor. Exiting. Refer to FAQ section in man page.");
goto failure;
}