From 5c2e458dca23027434d09f216570b110e643b448 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 22 Jan 2011 22:57:42 +0100 Subject: debug: Add two categories to be used in the future. --- src/debug.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/debug.c b/src/debug.c index 254715e..2dd1468 100644 --- a/src/debug.c +++ b/src/debug.c @@ -49,6 +49,16 @@ static const struct log_info_cat default_categories[] = { .description = "ISUP", .enabled = 1, .loglevel = LOGL_NOTICE, }, + [DM2UA] = { + .name = "DM2UA", + .description = "M2UA handling", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [DPCAP] = { + .name = "DPCAP", + .description = "Dump traffic", + .enabled = 0, .loglevel = LOGL_NOTICE, + }, }; static int filter_fn(const struct log_context *ctx, -- cgit v1.2.3