summaryrefslogtreecommitdiffstats
path: root/libvncclient/listen.c
diff options
context:
space:
mode:
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) {
OpenPOWER on IntegriCloud