aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-17 19:55:38 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-17 19:57:40 +0200
commit5cc8858d8f167b521e412883bb477e73f88280cb (patch)
tree1d7e56fefc146fd3527ff0aa92ff0e43c9e99853 /CommonLibs/debug.h
parent70d0344b3102f2cf2ed8bc97221afa5038588bf9 (diff)
logging: Introduce new "DDEV" category for device-specific code
The DMAIN category got too overloaded. Let's have the code in Transceive52M/device/* use the new DDEV category. Also, in some cases the log levels have been adjusted to ensure that enabling INFO level should not result in a complete overflow of messages during normal operation. Change-Id: I844fe4a75bf277cd3cc5bd8fa06e06ad97b2ea95
Diffstat (limited to 'CommonLibs/debug.h')
-rw-r--r--CommonLibs/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/debug.h b/CommonLibs/debug.h
index 06ad74e..f8f6239 100644
--- a/CommonLibs/debug.h
+++ b/CommonLibs/debug.h
@@ -5,5 +5,6 @@ extern const struct log_info log_info;
/* Debug Areas of the code */
enum {
DMAIN,
+ DDEV,
DLMS,
};