aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sig_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index c42f0b169..e70e1a159 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.c
@@ -51,7 +51,7 @@ x_sigaction(int signum, const struct sigaction *act)
static void
handle_reload_event(void)
{
- DEBUG("got SIGHUP, rereading DB\n");
+ g_debug("got SIGHUP, reopening log files");
cycle_log_files();
}