hnbgw: set DMAIN loglevel to DEBUG by default

This commit is contained in:
Neels Hofmeyr 2016-04-04 18:02:49 +02:00
parent 7c28f6f438
commit 6341f4d410
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *link)
static const struct log_info_cat log_cat[] = {
[DMAIN] = {
.name = "DMAIN", .loglevel = LOGL_INFO, .enabled = 1,
.name = "DMAIN", .loglevel = LOGL_DEBUG, .enabled = 1,
.color = "",
.description = "Main program",
},