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