diff options
author | runge <runge> | 2006-11-24 02:04:33 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-24 02:04:33 +0000 |
commit | 726cedb871a70aa6307df74e769605ee89bd52d0 (patch) | |
tree | c8845a8a6278ce0ca3fa2dffe666a82fe531c062 /x11vnc/remote.c | |
parent | 43f38781696ec935ca4978c2ca9051f4764bdda0 (diff) | |
download | libtdevnc-726cedb871a70aa6307df74e769605ee89bd52d0.tar.gz libtdevnc-726cedb871a70aa6307df74e769605ee89bd52d0.zip |
install ss_vncviewer 755, -prog option, HTTPONCE new socket for -inetd.
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 { |