mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Formatting fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user