From 9369c33a89a3ee0e8186d155c8ee52b1a7219eb3 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 25 Sep 2006 21:55:03 +0000 Subject: When going to sleep, log for how long. svn path=/branches/BRANCH_6-3/; revision=4910 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') 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 -- cgit v1.2.3