https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r119533 | russell | 2008-06-01 20:06:09 -0500 (Sun, 01 Jun 2008) | 2 lines
Change a debug message to an actual debug message
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@119534
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (owner) {
if (ast_channel_trylock(owner)) {
- ast_log(LOG_NOTICE, "Avoiding IAX destroy deadlock\n");
+ ast_debug(3, "Avoiding IAX destroy deadlock\n");
ast_mutex_unlock(&iaxsl[callno]);
usleep(1);
ast_mutex_lock(&iaxsl[callno]);