summaryrefslogtreecommitdiffstats
path: root/examples/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mac.c')
-rw-r--r--examples/mac.c2
1 files changed, 1 insertions, 1 deletions
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.