log: removed DEBUG() and FATAL()

Use GLib the logging functions g_debug(), g_error() instead.
This commit is contained in:
Max Kellermann
2009-03-15 18:23:00 +01:00
parent 9e30dfb9c1
commit a899c210b9
9 changed files with 22 additions and 49 deletions

View File

@@ -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();
}