diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 4657e913..38029b20 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -810,8 +810,8 @@ int main(int argc, char **argv) } if (outlevel > O_SILENT) - report(stdout, - GT_("sleeping at %s\n"), timestamp()); + report(stdout, + GT_("sleeping at %s for %d seconds\n"), timestamp(), run.poll_interval); /* * With this simple hack, we make it possible for a foreground |