]> Pileus Git - ~andy/fetchmail/commitdiff
Remove excess .\n from tracepolls -V dump.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 24 Feb 2010 00:59:12 +0000 (01:59 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 24 Feb 2010 00:59:45 +0000 (01:59 +0100)
fetchmail.c

index 5d02a289058161e4addbb97c2aebf9b7dcd74c20..b865d092b1221554cbc47111271eb8c096240e35 100644 (file)
@@ -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: