Fix a log message.
authorJason Parker <jparker@digium.com>
Tue, 30 Apr 2013 18:12:36 +0000 (18:12 +0000)
committerJason Parker <jparker@digium.com>
Tue, 30 Apr 2013 18:12:36 +0000 (18:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386990 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_gulp.c

index 39a69e8..3959874 100644 (file)
@@ -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);
                        }