summaryrefslogtreecommitdiffstats
path: root/libvncclient/listen.c
diff options
context:
space:
mode:
authordscho <dscho>2003-07-28 12:01:07 +0000
committerdscho <dscho>2003-07-28 12:01:07 +0000
commit13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b (patch)
tree8ca17b27e8b953403b93625381aa162d734c4287 /libvncclient/listen.c
parenteef408c1d84c7aaceb9732dd9a7e216886d2c2f8 (diff)
downloadlibtdevnc-13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b.tar.gz
libtdevnc-13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b.zip
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
Diffstat (limited to 'libvncclient/listen.c')
-rw-r--r--libvncclient/listen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncclient/listen.c b/libvncclient/listen.c
index c11aef7..2461dcf 100644
--- a/libvncclient/listen.c
+++ b/libvncclient/listen.c
@@ -45,9 +45,9 @@ listenForIncomingConnections(rfbClient* client)
if ((listenSocket < 0)) exit(1);
- fprintf(stderr,"%s -listen: Listening on port %d\n",
+ rfbClientLog("%s -listen: Listening on port %d\n",
client->programName,client->listenPort);
- fprintf(stderr,"%s -listen: Command line errors are not reported until "
+ rfbClientLog("%s -listen: Command line errors are not reported until "
"a connection comes in.\n", client->programName);
while (TRUE) {