From c53a7fb4f4a1f83fe6d4e14bf42d7b8a1b7d2ca7 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 22 Apr 2020 15:19:31 +0200 Subject: ipc: make ipc server uhd output more verbose Change-Id: I9f2c15adff96e71a806ef09f17152c11d7c043aa --- Transceiver52M/device/ipc/ipc-driver-test.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Transceiver52M/device/ipc/ipc-driver-test.c b/Transceiver52M/device/ipc/ipc-driver-test.c index e431620..9e02bf6 100644 --- a/Transceiver52M/device/ipc/ipc-driver-test.c +++ b/Transceiver52M/device/ipc/ipc-driver-test.c @@ -75,6 +75,12 @@ static const struct log_info_cat default_categories[] = { .description = "Main generic category", .loglevel = LOGL_DEBUG,.enabled = 1, }, + [DDEV] = { + .name = "DDEV", + .description = "Device/Driver specific code", + .color = NULL, + .enabled = 1, .loglevel = LOGL_DEBUG, + }, }; const struct log_info log_infox = { -- cgit v1.2.3-59-g8ed1b