mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 03:48:34 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user