summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index dea236b05..cb88e3463 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -843,7 +843,7 @@ static enum ast_module_load_result load_resource(const char *resource_name, unsi
}
}
#else
- ast_log(LOG_WARNING, "Module '%s' could not be loaded.\n", resource_name);
+ ast_log(LOG_WARNING, "Module support is not available. Module '%s' could not be loaded.\n", resource_name);
return required ? AST_MODULE_LOAD_FAILURE : AST_MODULE_LOAD_DECLINE;
#endif
}