mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg instead of LOG_WARNING as this only has relevance to developers trying to resolve a possible problem. #6949
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -834,7 +834,7 @@ static struct ast_channel *channel_find_locked(const struct ast_channel *prev,
|
|||||||
* c is surely not null, but we don't have the lock so cannot
|
* c is surely not null, but we don't have the lock so cannot
|
||||||
* access c->name
|
* access c->name
|
||||||
*/
|
*/
|
||||||
ast_log(LOG_WARNING, "Failure, could not lock '%p' after %d retries!\n",
|
ast_log(LOG_DEBUG, "Failure, could not lock '%p' after %d retries!\n",
|
||||||
c, retries);
|
c, retries);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user