mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Add missing CR/LF to FakeMI stasis test AMI event.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,7 +54,7 @@ static struct ast_manager_event_blob *fake_ami(struct stasis_message *message)
|
|||||||
const char *text = stasis_message_data(message);
|
const char *text = stasis_message_data(message);
|
||||||
|
|
||||||
res = ast_manager_event_blob_create(EVENT_FLAG_TEST, "FakeMI",
|
res = ast_manager_event_blob_create(EVENT_FLAG_TEST, "FakeMI",
|
||||||
"Message: %s", text);
|
"Message: %s\r\n", text);
|
||||||
|
|
||||||
if (res == NULL) {
|
if (res == NULL) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user