Add missing newlines to CLI logging

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@361471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2012-04-06 18:09:19 +00:00
parent be62cac9ee
commit 4148e51555
23 changed files with 47 additions and 49 deletions

View File

@@ -2009,7 +2009,7 @@ int ast_xmldoc_load_documentation(void)
/* Get doc root node and check if it starts with '<docs>' */
root_node = ast_xml_get_root(tmpdoc);
if (!root_node) {
ast_log(LOG_ERROR, "Error getting documentation root node");
ast_log(LOG_ERROR, "Error getting documentation root node\n");
ast_xml_close(tmpdoc);
continue;
}