From 2251dd3723c7fa8d9e7b43e485b3805932cec5c2 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 8 Nov 2005 03:54:04 +0000 Subject: issue #5570 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7022 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/lock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index edc112698..9c2df3487 100755 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -235,7 +235,8 @@ static inline int __ast_pthread_mutex_lock(const char *filename, int lineno, con __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); } -- cgit v1.2.3