mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Change a debug message to an actual debug message
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@119533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1290,7 +1290,8 @@ retry:
|
||||
|
||||
if (owner) {
|
||||
if (ast_mutex_trylock(&owner->lock)) {
|
||||
ast_log(LOG_NOTICE, "Avoiding IAX destroy deadlock\n");
|
||||
if (option_debug > 2)
|
||||
ast_log(LOG_DEBUG, "Avoiding IAX destroy deadlock\n");
|
||||
DEADLOCK_AVOIDANCE(&iaxsl[callno]);
|
||||
goto retry;
|
||||
}
|
||||
|
Reference in New Issue
Block a user