aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-16 18:50:55 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-16 18:50:55 +0200
commit0390d54ade12f62759a79447b6f954e8e37ba9d2 (patch)
treebf93bb79c4a98957ed3c2e10f8866fc76363f405
parent0c470759da426ad649a735918cf24afb610f9c2d (diff)
logging: Fixed order of logging categories in enum list
The enum list must have the same order as the logging description structure. Otherwiese libosmocore will crash when writing loglevels at VTY.
-rw-r--r--include/osmo-bts/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index d0448032..3fa4d536 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -14,10 +14,10 @@ enum {
DL1C,
DL1P,
DDSP,
+ DPCU,
DABIS,
DRTP,
DSUM,
- DPCU,
};
extern const struct log_info bts_log_info;