From cc9b4d8da480a1f6f055727287957906e670d96b Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 30 Apr 2013 18:12:36 +0000 Subject: [PATCH] Fix a log message. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386990 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_gulp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_gulp.c b/channels/chan_gulp.c index 39a69e8861..395987405d 100644 --- a/channels/chan_gulp.c +++ b/channels/chan_gulp.c @@ -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); }