mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merged revisions 119533 via svnmerge from
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
This commit is contained in:
@@ -2232,7 +2232,7 @@ retry:
|
||||
|
||||
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]);
|
||||
|
||||
Reference in New Issue
Block a user