summaryrefslogtreecommitdiffstats
path: root/rfbregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfbregion.c')
-rwxr-xr-xrfbregion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfbregion.c b/rfbregion.c
index 0d871c4..cfcd510 100755
--- a/rfbregion.c
+++ b/rfbregion.c
@@ -759,7 +759,7 @@ rfbBool sraRgnIteratorNext(sraRectangleIterator* i,sraRect* r)
}
if((i->ptrPos%4)!=2) {
- rfbLog("sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos);
+ rfbErr("sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos);
return FALSE;
}