summaryrefslogtreecommitdiffstats
path: root/stats.c
diff options
context:
space:
mode:
authordscho <dscho>2002-07-28 16:45:16 +0000
committerdscho <dscho>2002-07-28 16:45:16 +0000
commit7e6d5c65eb90a567b665965643f3c874cb4a1658 (patch)
tree8db0433bd49e6053285c4b09cb197ebc23f4bf43 /stats.c
parent131ede28a74bb18037f5bfbbe1f9ac8f26546544 (diff)
downloadlibvncserver-7e6d5c65eb90a567b665965643f3c874cb4a1658.zip
libvncserver-7e6d5c65eb90a567b665965643f3c874cb4a1658.tar.gz
NewFB encoding added
Diffstat (limited to 'stats.c')
-rw-r--r--stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.c b/stats.c
index 7774d2f..a0b5ccc 100644
--- a/stats.c
+++ b/stats.c
@@ -78,7 +78,7 @@ rfbPrintStats(rfbClientPtr cl)
totalBytesSent);
if (cl->rfbLastRectMarkersSent != 0)
- rfbLog(" LastRect markers %d, bytes %d\n",
+ rfbLog(" LastRect and NewFBSize markers %d, bytes %d\n",
cl->rfbLastRectMarkersSent, cl->rfbLastRectBytesSent);
if (cl->rfbCursorUpdatesSent != 0)
OpenPOWER on IntegriCloud