Skip to content
Snippets Groups Projects
Commit 683321cb authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "funcs/func_devstate: Remove new line in Device field of during module load" into 13

parents 86c69ccd f9b791de
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ static int load_module(void) ...@@ -341,7 +341,7 @@ static int load_module(void)
if (dev_name <= (const char *) 1) if (dev_name <= (const char *) 1)
continue; continue;
ast_devstate_changed(ast_devstate_val(db_entry->data), ast_devstate_changed(ast_devstate_val(db_entry->data),
AST_DEVSTATE_CACHABLE, "Custom:%s\n", dev_name); AST_DEVSTATE_CACHABLE, "Custom:%s", dev_name);
} }
ast_db_freetree(db_tree); ast_db_freetree(db_tree);
db_tree = NULL; db_tree = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment