From 8e9559d2e17c3336d4614534922e7c750d3e1ba2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 22 Mar 2010 07:49:12 +0100 Subject: debug: Use the right enum value for the ref counting group. --- openbsc/src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { -- cgit v1.2.3