]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg instead...
authorBJ Weschke <bweschke@btwtech.com>
Fri, 5 May 2006 22:18:07 +0000 (22:18 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Fri, 5 May 2006 22:18:07 +0000 (22:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25094 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channel.c

index 9754b1bbd2e0b5ab0b83118cc21a5e81a59c8b8c..81af67100420675c4cfb47d68f9a6f69cd5487d2 100644 (file)
--- a/channel.c
+++ b/channel.c
@@ -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
         * 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);
 
        return NULL;