diff options
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r-- | x11vnc/remote.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c index 9b751bc..689f9b0 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -327,6 +327,7 @@ int check_httpdir(void) { if ((q = strrchr(prog, '/')) == NULL) { rfbLog("check_httpdir: bad program path: %s\n", prog); free(prog); + rfbLog("check_httpdir: *HTTP disabled* Use -httpdir path\n"); return 0; } @@ -383,6 +384,7 @@ int check_httpdir(void) { rfbLog("check_httpdir: bad guess:\n"); rfbLog(" %s\n", httpdir); + rfbLog("check_httpdir: *HTTP disabled* Use -httpdir path\n"); return 0; } } |