From 4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 6 Aug 2003 15:12:49 +0000 Subject: rfbErr introduced --- zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.c') 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; } -- cgit v1.2.3