summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authordscho <dscho>2003-08-06 15:12:49 +0000
committerdscho <dscho>2003-08-06 15:12:49 +0000
commit4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805 (patch)
treece851972d9b71807b4e84e004d9d1356c3d002cb /examples
parent79c414ab99d16b92e6436388cfb9f70f7c04ccde (diff)
downloadlibvncserver-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.zip
libvncserver-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.tar.gz
rfbErr introduced
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