Skip to content
Snippets Groups Projects
Commit 5f56004b authored by Kinsey Moore's avatar Kinsey Moore
Browse files

Add missing newline

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 16885ffd
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ static void cli_qualify_contacts(struct ast_cli_args *a, const char *endpoint_na
continue;
}
ast_cli(a->fd, "Sending qualify to endpoint %s", endpoint_name);
ast_cli(a->fd, "Sending qualify to endpoint %s\n", endpoint_name);
ao2_callback(contacts, OBJ_NODATA, cli_on_contact, a);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment