aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-28 19:23:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-28 19:23:46 +0000
commitf4bdbe78408d937763bf82df87daf5b5b820528f (patch)
treeb907c0b9e5607cb749b45436fc1e1d90cefc466a /include/asterisk
parent8464c2591f27033608968369fd5033b562c433e5 (diff)
Remove a message that goes to LOG_ERROR that's not really an error.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62264 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/lock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index d326b6157..22a23a844 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;