aboutsummaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-19 09:24:59 +0100
committerMax Kellermann <max@duempel.org>2009-02-19 09:24:59 +0100
commiteac2da635dbe93159d67a202c4c68d0b77c0c72a (patch)
treed625c699284f070687ab3cac8a7f2e1fc56af36d /src/log.c
parent11e680d6405161ca0c06adddf3e99433dc8922e8 (diff)
added G_LOG_DOMAIN macros to several libraries
Define the GLib logging domain in the following libraries: conf, daemon, event_pipe, log.
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index 575ba430..5ef3d02b 100644
--- a/src/log.c
+++ b/src/log.c
@@ -38,6 +38,9 @@
#include <syslog.h>
#endif
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "log"
+
#define LOG_LEVEL_SECURE G_LOG_LEVEL_INFO
#define LOG_DATE_BUF_SIZE 16