added G_LOG_DOMAIN macros to several libraries

Define the GLib logging domain in the following libraries: conf,
daemon, event_pipe, log.
This commit is contained in:
Max Kellermann
2009-02-19 09:24:59 +01:00
parent 11e680d640
commit eac2da635d
4 changed files with 12 additions and 0 deletions

View File

@@ -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