log: removed DEBUG() and FATAL()
Use GLib the logging functions g_debug(), g_error() instead.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user