mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 03:59:01 +00:00
Quick fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -828,7 +828,7 @@ static struct ast_channel *agent_request(char *type, int format, void *data)
|
||||
ast_log(LOG_WARNING, "Weird... Fix this to drop the unused pending agent\n");
|
||||
}
|
||||
} else
|
||||
ast_log(LOG_DEBUG, "Not creating place holder for '%s' since nobody logged in\n");
|
||||
ast_log(LOG_DEBUG, "Not creating place holder for '%s' since nobody logged in\n", s);
|
||||
}
|
||||
ast_mutex_unlock(&agentlock);
|
||||
return chan;
|
||||
|
Reference in New Issue
Block a user