summaryrefslogtreecommitdiffstats
path: root/x11vnc/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/cleanup.c')
-rw-r--r--x11vnc/cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c
index 3643c39..2ce62a8 100644
--- a/x11vnc/cleanup.c
+++ b/x11vnc/cleanup.c
@@ -89,7 +89,7 @@ void clean_shm(int quick) {
break;
}
}
- if (!quiet) {
+ if (!quiet && cnt > 0) {
rfbLog("deleted %d tile_row polling images.\n", cnt);
}
}