logging: add DEVICE logging domain

This commit is contained in:
Dan Williams
2010-04-06 16:25:42 -07:00
parent 28664e80fe
commit 8faf8c91ef
3 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ enum {
LOGD_SYS_SET = 0x00040000,
LOGD_SUSPEND = 0x00080000,
LOGD_CORE = 0x00100000, /* Core daemon and policy stuff */
LOGD_DEVICE = 0x00200000, /* Device state and activation */
};
/* Log levels */