[svn-commits] russell: trunk r62264 - /trunk/include/asterisk/lock.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 28 12:23:46 MST 2007


Author: russell
Date: Sat Apr 28 14:23:46 2007
New Revision: 62264

URL: http://svn.digium.com/view/asterisk?view=rev&rev=62264
Log:
Remove a message that goes to LOG_ERROR that's not really an error.

Modified:
    trunk/include/asterisk/lock.h

Modified: trunk/include/asterisk/lock.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/lock.h?view=diff&rev=62264&r1=62263&r2=62264
==============================================================================
--- trunk/include/asterisk/lock.h (original)
+++ trunk/include/asterisk/lock.h Sat Apr 28 14:23:46 2007
@@ -305,9 +305,6 @@
 			__ast_mutex_logger("%s line %d (%s): '%s' really deep reentrancy!\n",
 					   filename, lineno, func, mutex_name);
 		}
-	} else {
-		__ast_mutex_logger("%s line %d (%s): Warning: '%s' was locked here.\n",
-                                   t->file[t->reentrancy-1], t->lineno[t->reentrancy-1], t->func[t->reentrancy-1], mutex_name);
 	}
 
 	return res;



More information about the svn-commits mailing list