* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcron.c,v 1.64 2002-07-19 19:36:10 thib Exp $ */
+ /* $Id: fcron.c,v 1.65 2002-08-25 17:11:52 thib Exp $ */
#include "fcron.h"
#include "socket.h"
#endif
-char rcs_info[] = "$Id: fcron.c,v 1.64 2002-07-19 19:36:10 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.65 2002-08-25 17:11:52 thib Exp $";
void main_loop(void);
void check_signal(void);
f = file_base;
while ( f != NULL ) {
if ( f->cf_running > 0 ) {
- wait_all( &f->cf_running );
+ /* */
+ debug("waiting jobs for %s ...", f->cf_user);
+ /* */
+ wait_all( &f->cf_running );
save_file(f);
}
delete_file(f->cf_user);