[mgcp] Switch from DEBUG to LOGP in the mgcp_main.c

This commit is contained in:
Holger Hans Peter Freyther 2010-03-31 06:16:45 +02:00
parent fcfdde5390
commit b031d6ecae
1 changed files with 2 additions and 2 deletions

View File

@ -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 */