aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_main.c
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-04-05 22:01:28 +0200
commit52a66aa27ea7bec819245c1bedc2156a53206773 (patch)
treeeffdd1a4499b943262b6704ffdd781e899765026 /openbsc/src/mgcp/mgcp_main.c
parent13d67b7ea331fdc6a0ef271a5839221c44f2d0d5 (diff)
[mgcp] Switch from DEBUG to LOGP in the mgcp_main.c
Diffstat (limited to 'openbsc/src/mgcp/mgcp_main.c')
-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 23e66a917..81f91280c 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 */