summaryrefslogtreecommitdiffstats
path: root/examples/vncev.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vncev.c')
-rw-r--r--examples/vncev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vncev.c b/examples/vncev.c
index 5dbfd0d..b465d47 100644
--- a/examples/vncev.c
+++ b/examples/vncev.c
@@ -63,7 +63,7 @@ void output(rfbScreenInfoPtr s,char* line)
{
rfbDoCopyRect(s,0,0,640,480-lineHeight,0,-lineHeight);
rfbDrawString(s,&default8x16Font,10,lineY,line,0x01);
- fprintf(stderr,"%s\n",line);
+ rfbLog("%s\n",line);
}
void dokey(Bool down,KeySym k,rfbClientPtr cl)
OpenPOWER on IntegriCloud