summaryrefslogtreecommitdiffstats
path: root/stats.c
diff options
context:
space:
mode:
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)