aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 07:49:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 07:49:12 +0100
commit8e9559d2e17c3336d4614534922e7c750d3e1ba2 (patch)
tree09de31848a0457851d271cc9bc1a250cf66d5ac9
parent61b4232c6363ff9d78ef73b9dbf47ec16c94d610 (diff)
debug: Use the right enum value for the ref counting group.
-rw-r--r--openbsc/src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 6d67ac1d3..3bb5309a6 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -98,7 +98,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DMGCP, "DMGCP", "", "")
DEBUG_CATEGORY(DHO, "DHO", "", "")
DEBUG_CATEGORY(DDB, "DDB", "", "")
- DEBUG_CATEGORY(DDB, "DREF", "", "")
+ DEBUG_CATEGORY(DREF, "DREF", "", "")
};
static const struct value_string loglevel_strs[] = {