child: move log messagte in child_main_loop() to a less irritating place.
Michael
This commit is contained in:
parent
93b00446b9
commit
c240ca3bcc
@ -418,10 +418,11 @@ void child_main_loop (void)
|
|||||||
|
|
||||||
#ifdef FILTER_ENABLE
|
#ifdef FILTER_ENABLE
|
||||||
if (config.filter) {
|
if (config.filter) {
|
||||||
|
log_message (LOG_NOTICE,
|
||||||
|
"Re-reading filter file.");
|
||||||
filter_destroy ();
|
filter_destroy ();
|
||||||
filter_init ();
|
filter_init ();
|
||||||
}
|
}
|
||||||
log_message (LOG_NOTICE, "Re-reading filter file.");
|
|
||||||
#endif /* FILTER_ENABLE */
|
#endif /* FILTER_ENABLE */
|
||||||
|
|
||||||
received_sighup = FALSE;
|
received_sighup = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user