diff options
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r-- | x11vnc/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c index a5ea40d..736c8f9 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -277,7 +277,7 @@ int check_httpdir(void) { struct stat sbuf; int len; - rfbLog("check_httpdir: trying to guess httpdir...\n"); + rfbLog("check_httpdir: trying to guess httpdir... %s\n", program_name); if (program_name[0] == '/') { prog = strdup(program_name); } else { |