summaryrefslogtreecommitdiffstats
path: root/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.c')
-rw-r--r--zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.c b/zlib.c
index 1231db7..e4ab1bd 100644
--- a/zlib.c
+++ b/zlib.c
@@ -164,7 +164,7 @@ rfbSendOneRectEncodingZlib(cl, x, y, w, h)
zlibAfterBufLen = cl->compStream.total_out - previousOut;
if ( deflateResult != Z_OK ) {
- rfbLog("zlib deflation error: %s\n", cl->compStream.msg);
+ rfbErr("zlib deflation error: %s\n", cl->compStream.msg);
return FALSE;
}