diff options
| author | runge <runge> | 2007-01-02 05:15:07 +0000 |
|---|---|---|
| committer | runge <runge> | 2007-01-02 05:15:07 +0000 |
| commit | c88d830f5591913f2e5e763814978e2877f367ec (patch) | |
| tree | 217ae1113daa5bced6f21c34eb1a923bcd8cec18 /x11vnc/scan.c | |
| parent | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (diff) | |
| download | libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.tar.gz libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.zip | |
x11vnc: more -ncache improvements.
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 7ffc24f..a05d063 100644 --- a/x11vnc/scan.c +++ b/x11vnc/scan.c @@ -2897,7 +2897,7 @@ if (ncache > 0) { nomsg = 0; } } else { -fprintf(stderr, "*** SCAN_DISPLAY CHECK_NCACHE/%d *** %d rescan=%d\n", gotone, y, rescan); +fprintf(stderr, "\n*** SCAN_DISPLAY CHECK_NCACHE/%d *** %d rescan=%d\n", gotone, y, rescan); } X_UNLOCK; check_ncache(0, 1); |
