pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/29305 )
Change subject: cosmetic: main: Properly format log_info_cat ......................................................................
cosmetic: main: Properly format log_info_cat
Change-Id: If130d1debc1977b7f8d82f515861df2c513d55bb --- M src/osmo-mgw/mgw_main.c 1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/05/29305/1
diff --git a/src/osmo-mgw/mgw_main.c b/src/osmo-mgw/mgw_main.c index 247dfd3..71b1f1e 100644 --- a/src/osmo-mgw/mgw_main.c +++ b/src/osmo-mgw/mgw_main.c @@ -295,19 +295,22 @@ .name = "DRTP", .description = "RTP stream handling", .color = "\033[1;30m", - .enabled = 1,.loglevel = LOGL_NOTICE, + .enabled = 1, + .loglevel = LOGL_NOTICE, }, [DE1] = { .name = "DE1", .description = "E1 line handling", .color = "\033[1;31m", - .enabled = 1,.loglevel = LOGL_NOTICE, + .enabled = 1, + .loglevel = LOGL_NOTICE, }, [DOSMUX] = { .name = "DOSMUX", .description = "Osmux (Osmocom RTP multiplexing)", .color = "\033[1;32m", - .enabled = 1,.loglevel = LOGL_NOTICE, + .enabled = 1, + .loglevel = LOGL_NOTICE, }, };