aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-15 18:23:00 +0100
committerMax Kellermann <max@duempel.org>2009-03-15 18:23:00 +0100
commita899c210b9de405a232f0cd102ca9409ef89518b (patch)
tree3b42f6d527cb92c8f1c3c1592541511ce14d283d /src/log.h
parent9e30dfb9c195dab50c4d0173885a94e7b81d45bd (diff)
log: removed DEBUG() and FATAL()
Use GLib the logging functions g_debug(), g_error() instead.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/log.h b/src/log.h
index 19b3d57f..3654fa7a 100644
--- a/src/log.h
+++ b/src/log.h
@@ -23,9 +23,6 @@
#include <glib.h>
#include <stdbool.h>
-G_GNUC_PRINTF(1, 2) void DEBUG(const char *fmt, ...);
-G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN void FATAL(const char *fmt, ...);
-
/**
* Configure a logging destination for daemon startup, before the
* configuration file is read. This allows the daemon to use the