summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/logging.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-11-15 09:52:26 +0100
committerHolger Freyther <holger@freyther.de>2017-11-27 09:48:39 +0000
commit42888ed9470b8217f4abc848ca8a077e17942066 (patch)
tree7a8842b542ed52dc2f3bd5fd8626f6634026d09e /src/host/layer23/include/osmocom/bb/common/logging.h
parent7b64e7dbe9b0d96e53bf2dec243e9af9b2e274ec (diff)
mobile: Switch from printf to LOGP statements
Add a mobile application logging category and replace printf with a LOGP. The code is sadly still using exit in the middle of handling. Change-Id: I71e7f6e6375a485b45bad76ada2be17b0901577d
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/logging.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/logging.h b/src/host/layer23/include/osmocom/bb/common/logging.h
index 3efa57a5..efe493d0 100644
--- a/src/host/layer23/include/osmocom/bb/common/logging.h
+++ b/src/host/layer23/include/osmocom/bb/common/logging.h
@@ -22,6 +22,7 @@ enum {
DSUM,
DSIM,
DGPS,
+ DMOB,
};
extern const struct log_info log_info;