summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_sorcery_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_sorcery_config.c b/res/res_sorcery_config.c
index 9fe636d68..6f13cbb4b 100644
--- a/res/res_sorcery_config.c
+++ b/res/res_sorcery_config.c
@@ -203,7 +203,7 @@ static void sorcery_config_internal_load(void *data, const struct ast_sorcery *s
const char *id = NULL;
if (!cfg) {
- ast_log(LOG_ERROR, "Unable to load config file '%s'n", config->filename);
+ ast_log(LOG_ERROR, "Unable to load config file '%s'\n", config->filename);
return;
} else if (cfg == CONFIG_STATUS_FILEUNCHANGED) {
ast_debug(1, "Config file '%s' was unchanged\n", config->filename);