summary refs log tree commit diff
path: root/src/logging/nm-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging/nm-logging.h')
-rw-r--r--src/logging/nm-logging.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/logging/nm-logging.h b/src/logging/nm-logging.h
index 44e49a71..b23f83a3 100644
--- a/src/logging/nm-logging.h
+++ b/src/logging/nm-logging.h
@@ -45,13 +45,12 @@ enum {
 	LOGD_VPN        = 0x00004000,
 	LOGD_SHARING    = 0x00008000, /* Connection sharing/dnsmasq */
 	LOGD_SUPPLICANT = 0x00010000, /* WiFi and 802.1x */
-	LOGD_AGENTS     = 0x00020000, /* Secret agents */
-	LOGD_SETTINGS   = 0x00040000, /* Settings */
+	LOGD_USER_SET   = 0x00020000, /* User settings */
+	LOGD_SYS_SET    = 0x00040000, /* System 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)