aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/log.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index 575ba4301..5ef3d02b9 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