aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
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 a8fe30c2..05e4beae 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -796,7 +796,7 @@ void dump_params (struct query *ctl)
printf(" %d UIDs saved.\n", count);
if (outlevel == O_VERBOSE)
for (idp = ctl->oldsaved; idp; idp = idp->next)
- fprintf(stderr, "\t%s %s\n", ctl->servername, idp->id);
+ fprintf(stderr, "\t%s\n", idp->id);
}
}