mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Removing stray printf from r386540
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -842,7 +842,6 @@ static enum ast_module_load_result start_resource(struct ast_module *mod)
|
|||||||
return AST_MODULE_LOAD_FAILURE;
|
return AST_MODULE_LOAD_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf ("!!! Going to load %s\n", mod->resource);
|
|
||||||
res = mod->info->load();
|
res = mod->info->load();
|
||||||
|
|
||||||
switch (res) {
|
switch (res) {
|
||||||
|
Reference in New Issue
Block a user