aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-25 00:36:42 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-25 00:38:11 +0100
commit703f2ec6f40af2c2d46d10b5896b9dc74b65c3c0 (patch)
treeb02ff002b2d7cbf07e07b0b6e0b5553be747100f /src/osmo-msc
parent45f234c634444fe5410f75c18b55bb64cf5d4fe5 (diff)
debug: Remove dead log categories
Diffstat (limited to 'src/osmo-msc')
-rw-r--r--src/osmo-msc/msc_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index a4b833e3f..98f192010 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -118,7 +118,7 @@ static void print_help()
{
printf(" Some useful help...\n");
printf(" -h --help This text.\n");
- printf(" -d option --debug=DRLL:DCC:DMM:DRR:DRSL:DNM Enable debugging.\n");
+ printf(" -d option --debug=DCC:DMM:DRR: Enable debugging.\n");
printf(" -D --daemonize Fork the process into a background daemon.\n");
printf(" -c --config-file filename The config file to use.\n");
printf(" -s --disable-color\n");
@@ -420,7 +420,7 @@ int main(int argc, char **argv)
rc = vty_read_config_file(msc_cmdline_config.config_file, NULL);
if (rc < 0) {
- LOGP(DNM, LOGL_FATAL, "Failed to parse the config file: '%s'\n",
+ LOGP(DMSC, LOGL_FATAL, "Failed to parse the config file: '%s'\n",
msc_cmdline_config.config_file);
return 1;
}