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:
Russell Bryant
2008-06-02 01:06:09 +00:00
parent c6c26f7c34
commit 69213c8eb6

View File

@@ -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;
}