child: move log messagte in child_main_loop() to a less irritating place.

Michael
This commit is contained in:
Michael Adam 2009-09-15 02:20:25 +02:00
parent 93b00446b9
commit c240ca3bcc

View File

@ -418,10 +418,11 @@ void child_main_loop (void)
#ifdef FILTER_ENABLE
if (config.filter) {
log_message (LOG_NOTICE,
"Re-reading filter file.");
filter_destroy ();
filter_init ();
}
log_message (LOG_NOTICE, "Re-reading filter file.");
#endif /* FILTER_ENABLE */
received_sighup = FALSE;