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/x11vnc.c | |
parent | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (diff) | |
download | libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.tar.gz libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.zip |
filexfer warnings and messages.
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index b9abaf3..7c8f0ce 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -3227,8 +3227,10 @@ int main(int argc, char* argv[]) { #ifdef LIBVNCSERVER_WITH_TIGHTVNC_FILETRANSFER if (tightfilexfer) { + rfbLog("rfbRegisterTightVNCFileTransferExtension: 6\n"); rfbRegisterTightVNCFileTransferExtension(); } else { + rfbLog("rfbUnregisterTightVNCFileTransferExtension: 3\n"); rfbUnregisterTightVNCFileTransferExtension(); } #endif |