summaryrefslogtreecommitdiffstats
path: root/examples/pnmshow24.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pnmshow24.c')
-rw-r--r--examples/pnmshow24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c
index 533c1fb..9780419 100644
--- a/examples/pnmshow24.c
+++ b/examples/pnmshow24.c
@@ -40,7 +40,7 @@ int main(int argc,char** argv)
/* get width & height */
sscanf(buffer,"%d %d",&width,&height);
- fprintf(stderr,"Got width %d and height %d.\n",width,height);
+ rfbLog("Got width %d and height %d.\n",width,height);
fgets(buffer,1024,in);
/* vncviewers have problems with widths which are no multiple of 4. */
OpenPOWER on IntegriCloud