aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-02-24 01:59:12 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-02-24 01:59:45 +0100
commitff594d0023dbb05e3c6586bbf3be3fdaf6bf8039 (patch)
treef93decbf74eb8ba0446265dde352e882402fd410 /fetchmail.c
parentc1cf83738a260121cf7dcc007af8709d0bc15419 (diff)
downloadfetchmail-ff594d0023dbb05e3c6586bbf3be3fdaf6bf8039.tar.gz
fetchmail-ff594d0023dbb05e3c6586bbf3be3fdaf6bf8039.tar.bz2
fetchmail-ff594d0023dbb05e3c6586bbf3be3fdaf6bf8039.zip
Remove excess .\n from tracepolls -V dump.
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 5d02a289..b865d092 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1949,7 +1949,7 @@ static void dump_params (struct runctl *runp,
if (ctl->server.tracepolls)
printf(GT_(" Poll trace information will be added to the Received header.\n"));
else if (outlevel >= O_VERBOSE)
- printf(GT_(" No poll trace information will be added to the Received header.\n.\n"));
+ printf(GT_(" No poll trace information will be added to the Received header.\n"));
switch (ctl->server.badheader) {
case BHREJECT: