logging: update default log domains

This commit is contained in:
Dan Williams
2010-04-06 16:32:23 -07:00
parent a8c6175194
commit dda5a3da40

View File

@@ -39,7 +39,8 @@
#include "nm-utils.h" #include "nm-utils.h"
static guint32 log_level = LOGL_INFO; static guint32 log_level = LOGL_INFO;
static guint32 log_domains = LOGD_CORE | LOGD_HW | LOGD_RFKILL | LOGD_SUSPEND; static guint32 log_domains = \
LOGD_CORE | LOGD_HW | LOGD_RFKILL | LOGD_SUSPEND | LOGD_MB | LOGD_BT;
typedef struct { typedef struct {
guint32 num; guint32 num;