projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19dda44
)
remove a debugging message which i forgot in.
author
Luigi Rizzo
<rizzo@icir.org>
Wed, 7 Nov 2007 11:33:55 +0000
(11:33 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Wed, 7 Nov 2007 11:33:55 +0000
(11:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89083
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/loader.c
patch
|
blob
|
history
diff --git
a/main/loader.c
b/main/loader.c
index
9b7a468
..
d8567c8
100644
(file)
--- a/
main/loader.c
+++ b/
main/loader.c
@@
-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);