diff --git a/main/loader.c b/main/loader.c index 5befafb5574bc1873be95223cc40b386a72d14c4..c82c7e608b38dd9c0b2dc759b0253f240250efee 100644 --- a/main/loader.c +++ b/main/loader.c @@ -842,6 +842,9 @@ static enum ast_module_load_result start_resource(struct ast_module *mod) return AST_MODULE_LOAD_FAILURE; } + if (!ast_fully_booted) { + ast_verb(1, "Loading %s.\n", mod->resource); + } res = mod->info->load(); switch (res) {