[asterisk-commits] trunk r25094 - /trunk/channel.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 8 04:11:17 MST 2006


Author: bweschke
Date: Fri May  5 17:18:07 2006
New Revision: 25094

URL: http://svn.digium.com/view/asterisk?rev=25094&view=rev
Log:
 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


Modified:
    trunk/channel.c

Modified: trunk/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/channel.c?rev=25094&r1=25093&r2=25094&view=diff
==============================================================================
--- trunk/channel.c (original)
+++ trunk/channel.c Fri May  5 17:18:07 2006
@@ -834,7 +834,7 @@
  	 * 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;



More information about the asterisk-commits mailing list