diff src/noffle.c @ 306:52ce87d25641 noffle

[svn] added logging when fetching news started/finished
author godisch
date Mon, 17 Feb 2003 09:18:12 +0000
parents b0e754727abf
children 1e595c7ec15f
line wrap: on
line diff
--- a/src/noffle.c	Sun Feb 16 15:38:48 2003 +0000
+++ b/src/noffle.c	Mon Feb 17 09:18:12 2003 +0000
@@ -10,7 +10,7 @@
   received for some seconds (to allow multiple clients connect at the same
   time).
 
-  $Id: noffle.c 425 2003-01-30 15:49:23Z bears $
+  $Id: noffle.c 440 2003-02-17 09:18:12Z godisch $
 */
 
 #if HAVE_CONFIG_H
@@ -166,6 +166,7 @@
 	return;
     }
     
+    Log_inf( "Fetching news..." );
     Cfg_beginServEnum();
     while ( Cfg_nextServ( serv ) )
         if ( ! noffle.serverPattern 
@@ -191,6 +192,7 @@
                 Fetch_close();
             }
 
+    Log_inf( "Fetching news finished." );
     Lock_releaseFetchLock();
 }