aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 06:16:45 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 06:16:45 +0200
commitb031d6ecae61929220ff10d7695e7ab84444296b (patch)
treef9e149741b5737c2118461b44a2272774e190495 /openbsc
parentfcfdde5390a6399795d33eebaa73d81c05db431c (diff)
[mgcp] Switch from DEBUG to LOGP in the mgcp_main.c
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/mgcp/mgcp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c
index 652153c76..ff3605bb1 100644
--- a/openbsc/src/mgcp/mgcp_main.c
+++ b/openbsc/src/mgcp/mgcp_main.c
@@ -206,11 +206,11 @@ int main(int argc, char** argv)
if (bsc_register_fd(&bfd) != 0) {
- DEBUGP(DMGCP, "Failed to register the fd\n");
+ LOGP(DMGCP, LOGL_FATAL, "Failed to register the fd\n");
return -1;
}
- DEBUGP(DMGCP, "Configured for MGCP.\n");
+ LOGP(DMGCP, LOGL_NOTICE, "Configured for MGCP.\n");
}
/* initialisation */