summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fontsel.c2
-rw-r--r--examples/mac.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/fontsel.c b/examples/fontsel.c
index 9ff47a6..4aa702c 100644
--- a/examples/fontsel.c
+++ b/examples/fontsel.c
@@ -54,7 +54,7 @@ int main(int argc,char** argv)
rfbScreen = s;
font=rfbLoadConsoleFont(DEFAULTFONT);
if(!font) {
- rfbLog("Couldn't find %s\n",DEFAULTFONT);
+ rfbErr("Couldn't find %s\n",DEFAULTFONT);
exit(1);
}
diff --git a/examples/mac.c b/examples/mac.c
index 1730c3d..ca4fe3d 100644
--- a/examples/mac.c
+++ b/examples/mac.c
@@ -410,7 +410,7 @@ KbdAddEvent(rfbBool down, rfbKeySym keySym, struct _rfbClientRec* cl)
}
if (!found) {
- rfbLog("warning: couldn't figure out keycode for X keysym %d (0x%x)\n",
+ rfbErr("warning: couldn't figure out keycode for X keysym %d (0x%x)\n",
(int)keySym, (int)keySym);
} else {
/* Hopefully I can get away with not specifying a CGCharCode.
OpenPOWER on IntegriCloud