From a6e8467e55af538ab89c442cefca2f9816d2b73d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 4 Jun 2013 16:31:18 +0200 Subject: HO: Add handover decision debugging category --- src/libcommon/debug.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/libcommon/debug.c') diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c index b3685e6d2..5fe36f76d 100644 --- a/src/libcommon/debug.c +++ b/src/libcommon/debug.c @@ -107,7 +107,14 @@ static const struct log_info_cat default_categories[] = { }, [DHO] = { .name = "DHO", - .description = "Hand-Over", + .description = "Hand-Over Process", + .color = "\033[1;38m", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [DHODEC] = { + .name = "DHODEC", + .description = "Hand-Over Decision", + .color = "\033[1;38m", .enabled = 1, .loglevel = LOGL_NOTICE, }, [DDB] = { -- cgit v1.2.3