mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix a log message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -785,7 +785,7 @@ static int gulp_indicate(struct ast_channel *ast, int condition, const void *dat
|
||||
if (ind_data) {
|
||||
res = ast_sip_push_task(session->serializer, indicate, ind_data);
|
||||
if (res) {
|
||||
ast_log(LOG_NOTICE, "Cannot send response code %d to endpoint %s. Could queue task properly\n",
|
||||
ast_log(LOG_NOTICE, "Cannot send response code %d to endpoint %s. Could not queue task properly\n",
|
||||
response_code, ast_sorcery_object_get_id(session->endpoint));
|
||||
ao2_cleanup(ind_data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user