mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
remove a debugging message which i forgot in.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -142,11 +142,6 @@ void ast_module_register(const struct ast_module_info *info)
|
||||
let's avoid it altogether
|
||||
*/
|
||||
if (embedding) {
|
||||
static int i;
|
||||
fprintf(stderr, "---- embedding [%d] %p %p %s\n",
|
||||
i++, embedded_module_list.first,
|
||||
embedded_module_list.last,
|
||||
info->name);
|
||||
AST_LIST_INSERT_TAIL(&embedded_module_list, mod, entry);
|
||||
} else {
|
||||
AST_LIST_LOCK(&module_list);
|
||||
|
Reference in New Issue
Block a user