diff options
author | runge <runge> | 2007-05-05 18:28:32 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 18:28:32 +0000 |
commit | 1d495291e434af3d8bb8d6ceaf5aa926dea065e9 (patch) | |
tree | 333a569b60985693fafd68782115cf6288e03a39 /x11vnc/remote.c | |
parent | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (diff) | |
download | libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.tar.gz libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.zip |
filexfer warnings and messages.
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 e2631a8..08455e4 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -1274,6 +1274,7 @@ char *process_remote_cmd(char *cmd, int stringonly) { if (! tightfilexfer) { rfbLog("remote_cmd: enabling -tightfilexfer for *NEW* clients.\n"); tightfilexfer = 1; + rfbLog("rfbRegisterTightVNCFileTransferExtension: 4\n"); rfbRegisterTightVNCFileTransferExtension(); } #else @@ -1289,6 +1290,7 @@ char *process_remote_cmd(char *cmd, int stringonly) { if (tightfilexfer) { rfbLog("remote_cmd: disabling -tightfilexfer for *NEW* clients.\n"); tightfilexfer = 0; + rfbLog("rfbUnregisterTightVNCFileTransferExtension: 2\n"); rfbUnregisterTightVNCFileTransferExtension(); } #else |