dect
/
asterisk
Archived
13
0
Fork 0

Formatting fix

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48188 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-12-01 20:49:06 +00:00
parent db7a556c93
commit 1b52b6dedd
1 changed files with 3 additions and 3 deletions

View File

@ -4593,9 +4593,9 @@ int ast_channel_lock(struct ast_channel *chan)
if (option_debug)
ast_log(LOG_DEBUG, "::::==== Channel %s was locked\n", chan->name);
if (res == EDEADLK) {
/* We had no lock, so okey any way */
if (option_debug > 3)
ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
/* We had no lock, so okey any way */
if (option_debug > 3)
ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
}
if (res == EINVAL) {
if (option_debug > 3)