summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-04-26 21:00:45 +0000
committerDavid M. Lee <dlee@digium.com>2013-04-26 21:00:45 +0000
commit79b2edea8f03c2c1e63f3472c128645d90c95363 (patch)
tree088283f7cce47ef6e4e07087a1c64e8c051136e1 /main/loader.c
parent09af343789d145473a428fb7a7ef13f26dea45db (diff)
Removing stray printf from r386540
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index 10d5485da..5befafb55 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -842,7 +842,6 @@ static enum ast_module_load_result start_resource(struct ast_module *mod)
return AST_MODULE_LOAD_FAILURE;
}
- printf ("!!! Going to load %s\n", mod->resource);
res = mod->info->load();
switch (res) {