aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-20 23:35:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-20 23:35:22 +0000
commitb9502305667b712afe92e1cfd99bd00d7028e345 (patch)
tree248fb84998e4b4e586b4da67719e2cf6fce3366a /driver.c
parentecffe0455d9ed82fa5b41737c80b36a03e342fb9 (diff)
downloadfetchmail-b9502305667b712afe92e1cfd99bd00d7028e345.tar.gz
fetchmail-b9502305667b712afe92e1cfd99bd00d7028e345.tar.bz2
fetchmail-b9502305667b712afe92e1cfd99bd00d7028e345.zip
Better Post Office messages.
svn path=/trunk/; revision=2568
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 42bfacfc..4c8e7bea 100644
--- a/driver.c
+++ b/driver.c
@@ -1816,8 +1816,8 @@ const int maxfetch; /* maximum number of messages to fetch */
{
if (outlevel >= O_VERBOSE)
report(stdout,
- _("Skipping message %d, length -1"),
- num - 1);
+ _("Skipping message %d, length -1\n"),
+ num);
continue;
}