[asterisk-commits] file: trunk r50034 - /trunk/include/asterisk/lock.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jan 8 11:26:50 MST 2007


Author: file
Date: Mon Jan  8 12:26:50 2007
New Revision: 50034

URL: http://svn.digium.com/view/asterisk?view=rev&rev=50034
Log:
Change trylock output for what already has the lock from an error to a warning.

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=50034&r1=50033&r2=50034
==============================================================================
--- trunk/include/asterisk/lock.h (original)
+++ trunk/include/asterisk/lock.h Mon Jan  8 12:26:50 2007
@@ -306,7 +306,7 @@
 					   filename, lineno, func, mutex_name);
 		}
 	} else {
-		__ast_mutex_logger("%s line %d (%s): Error: '%s' was locked here.\n",
+		__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);
 	}
 



More information about the asterisk-commits mailing list