aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 2436cc78..a10867cc 100644
--- a/driver.c
+++ b/driver.c
@@ -624,8 +624,8 @@ struct method *proto; /* protocol method table */
else
{
fprintf(stderr, "%d message%s", count, count > 1 ? "s" : "");
- if (new != -1)
- fprintf(stderr, " (%d new)", new);
+ if (new != -1 && (count - new) > 0)
+ fprintf(stderr, " (%d seen)", count-new);
fprintf(stderr,
" from %s for %s@%s.\n",
queryctl->remotename,