Skip to content
Snippets Groups Projects
Commit bcc9a07d 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"

parents 3f30ce12 0ded269b
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ static int load_module(void)
if (dev_name <= (const char *) 1)
continue;
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);
db_tree = NULL;
......
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