From: Russell Bryant Date: Sat, 28 Apr 2007 19:23:46 +0000 (+0000) Subject: Remove a message that goes to LOG_ERROR that's not really an error. X-Git-Tag: 1.6.0-beta1~3^2~2795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f414d2aea785218c5777cd033d8e9ea372e3b9a;p=thirdparty%2Fasterisk.git Remove a message that goes to LOG_ERROR that's not really an error. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62264 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index d326b6157d..22a23a8444 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -305,9 +305,6 @@ static inline int __ast_pthread_mutex_trylock(const char *filename, int lineno, __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;