git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386990
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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);
}