logging: LOGD_SYS_SET -> LOGD_SETTINGS

This commit is contained in:
Dan Williams
2010-12-10 12:32:22 -06:00
parent 0a8f7aeb56
commit cf7cc2492d
7 changed files with 17 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ enum {
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_SETTINGS = 0x00040000, /* Settings */
LOGD_SUSPEND = 0x00080000, /* Suspend/Resume */
LOGD_CORE = 0x00100000, /* Core daemon and policy stuff */
LOGD_DEVICE = 0x00200000, /* Device state and activation */