diff options
author | Dan Williams <dcbw@redhat.com> | 2010-04-06 16:32:23 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-04-06 16:32:23 -0700 |
commit | dda5a3da407ea39d19a63b33b92f5cc46596fa03 (patch) | |
tree | a60718479ede9436cb4dcf7fe9bdac022723004f /src/nm-logging.c | |
parent | a8c61751941c503b60f720ddcc8970fc8192d8d0 (diff) |
logging: update default log domains
Diffstat (limited to 'src/nm-logging.c')
-rw-r--r-- | src/nm-logging.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-logging.c b/src/nm-logging.c index fdb6e675d..ba5f87744 100644 --- a/src/nm-logging.c +++ b/src/nm-logging.c @@ -39,7 +39,8 @@ #include "nm-utils.h" 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 { guint32 num; |