diff options
Diffstat (limited to 'x11vnc/scan.c')
-rw-r--r-- | x11vnc/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/scan.c b/x11vnc/scan.c index 96d0eaa..874de6d 100644 --- a/x11vnc/scan.c +++ b/x11vnc/scan.c @@ -467,7 +467,7 @@ void initialize_polling_images(void) { break; } } - if (!quiet) { + if (verbose) { if (using_shm && ! xform24to32) { rfbLog("created %d tile_row shm polling images.\n", tile_shm_count); |