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

Modified Files:
        lock.h 
Log Message:
issue #5570


Index: lock.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/lock.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- lock.h      1 Nov 2005 21:53:30 -0000       1.41
+++ lock.h      8 Nov 2005 03:54:04 -0000       1.42
@@ -235,7 +235,8 @@
                                        __ast_mutex_logger("%s line %d (%s): 
Deadlock? waited %d sec for mutex '%s'?\n",
                                                           filename, lineno, 
func, (int)(current - seconds), mutex_name);
                                        __ast_mutex_logger("%s line %d (%s): 
'%s' was locked here.\n",
-                                                          t->file, t->lineno, 
t->func, mutex_name);
+                                                          
t->file[t->reentrancy-1], t->lineno[t->reentrancy-1],
+                                                          
t->func[t->reentrancy-1], mutex_name);
                                }
                                usleep(200);
                        }

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to