Merged revisions 121407 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r121407 | russell | 2008-06-09 19:52:46 -0500 (Mon, 09 Jun 2008) | 2 lines

Bump up the debug level of a couple of messages

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@121408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 18 years ago
parent 0588f43631
commit 1b8dba640e

@ -9549,13 +9549,13 @@ static int iax2_do_register(struct iax2_registry *reg)
} }
if (!reg->callno) { if (!reg->callno) {
ast_debug(1, "Allocate call number\n"); ast_debug(3, "Allocate call number\n");
reg->callno = find_callno_locked(0, 0, &reg->addr, NEW_FORCE, defaultsockfd, 0); reg->callno = find_callno_locked(0, 0, &reg->addr, NEW_FORCE, defaultsockfd, 0);
if (reg->callno < 1) { if (reg->callno < 1) {
ast_log(LOG_WARNING, "Unable to create call for registration\n"); ast_log(LOG_WARNING, "Unable to create call for registration\n");
return -1; return -1;
} else } else
ast_debug(1, "Registration created on call %d\n", reg->callno); ast_debug(3, "Registration created on call %d\n", reg->callno);
iaxs[reg->callno]->reg = reg; iaxs[reg->callno]->reg = reg;
ast_mutex_unlock(&iaxsl[reg->callno]); ast_mutex_unlock(&iaxsl[reg->callno]);
} }

Loading…
Cancel
Save