summaryrefslogtreecommitdiffstats
path: root/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockets.c b/sockets.c
index 0c6173f..a785904 100644
--- a/sockets.c
+++ b/sockets.c
@@ -474,7 +474,7 @@ WriteExact(cl, buf, len)
} else if (n == 0) {
- rfbLog("WriteExact: write returned 0?\n");
+ rfbErr("WriteExact: write returned 0?\n");
return 0;
} else {