]> Pileus Git - ~andy/fetchmail/commitdiff
When going to sleep, log for how long.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 25 Sep 2006 21:55:03 +0000 (21:55 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 25 Sep 2006 21:55:03 +0000 (21:55 -0000)
svn path=/branches/BRANCH_6-3/; revision=4910

NEWS
fetchmail.c

diff --git a/NEWS b/NEWS
index b0051b50ff8e23affbfef6a91254b81100bb5bbb..8e047400dc98af7dfbd97113027fe629fe8f3a9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -131,6 +131,7 @@ fetchmail 6.3.5 (not yet released):
   Götz 'nimrill' Babin-Ebell, BerliOS patch #1095 with minor changes.
 * The sslproto keywords are now case insensitive, courtesy of
   Götz 'nimrill' Babin-Ebell, BerliOS patch #1095.
+* When going to sleep, log for how long.  Suggested by Claudia Ludwig.
 
 # TRANSLATION UPDATES:
 * Catalan/ca (Ernest Adrogué Calveras), Japanese/ja (Takeshi Hamasaki) - also
index 4657e913d025ef15572ff1d1d7beb9d420ad2afa..38029b209589e05217f7157ee15f01d4977de734 100644 (file)
@@ -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