aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-08 14:25:10 +0600
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-08 14:31:58 +0600
commitdf505a503fdb6f1cfc3ca7bc8d591e1f5b1802e8 (patch)
tree76bc295841245cb7980d6f04c7080c0cd0c2b382 /include
parent41d9e2c093e3df6f1d03c6723e190da7dbe7c503 (diff)
logging: get rid of logging category DSUM
DSUM is somewhat similar to DMAIN, generic logging category used in other Osmocom projects. This category is rarely used in a few places, where the other categories could fit better. Remove it. Change-Id: Ia9db783bc92b23ba87b4fdf1e4ed07d59ea6bbce
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/logging.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index 852c3836..e24fe740 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -20,7 +20,6 @@ enum {
DLOOP,
DABIS,
DRTP,
- DSUM,
};
extern const struct log_info bts_log_info;