[Asterisk-cvs] asterisk channel.c,1.126,1.127

markster at lists.digium.com markster at lists.digium.com
Tue Jun 29 08:54:23 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16685

Modified Files:
	channel.c 
Log Message:
Oops (fix typo)


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- channel.c	29 Jun 2004 12:38:04 -0000	1.126
+++ channel.c	29 Jun 2004 12:40:15 -0000	1.127
@@ -461,9 +461,9 @@
 		if (l) {
 			if (ast_mutex_trylock(&l->lock)) {
 				if (retries < 10)
-					ast_log(LOG_DEBUG, "Avoiding initial deadlock for '%s'\n", ret->name);
+					ast_log(LOG_DEBUG, "Avoiding initial deadlock for '%s'\n", l->name);
 				else
-					ast_log(LOG_WARNING, "Avoided initial deadlock for '%s', %d retries!\n", ret->name, retries);
+					ast_log(LOG_WARNING, "Avoided initial deadlock for '%s', %d retries!\n", l->name, retries);
 				ast_mutex_unlock(&chlock);
 				if (retries < 10) {
 					usleep(1);




More information about the svn-commits mailing list