From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- src/logging/nm-logging.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/logging/nm-logging.h') diff --git a/src/logging/nm-logging.h b/src/logging/nm-logging.h index b23f83a3..44e49a71 100644 --- a/src/logging/nm-logging.h +++ b/src/logging/nm-logging.h @@ -45,12 +45,13 @@ enum { LOGD_VPN = 0x00004000, LOGD_SHARING = 0x00008000, /* Connection sharing/dnsmasq */ LOGD_SUPPLICANT = 0x00010000, /* WiFi and 802.1x */ - LOGD_USER_SET = 0x00020000, /* User settings */ - LOGD_SYS_SET = 0x00040000, /* System settings */ + LOGD_AGENTS = 0x00020000, /* Secret agents */ + LOGD_SETTINGS = 0x00040000, /* Settings */ LOGD_SUSPEND = 0x00080000, /* Suspend/Resume */ LOGD_CORE = 0x00100000, /* Core daemon and policy stuff */ LOGD_DEVICE = 0x00200000, /* Device state and activation */ LOGD_OLPC_MESH = 0x00400000, + LOGD_WIMAX = 0x00800000, }; #define LOGD_DHCP (LOGD_DHCP4 | LOGD_DHCP6) -- cgit 1.3.0-6-gf8a5