summaryrefslogtreecommitdiff
path: root/res/res_sorcery_config.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-01-25 14:23:46 +0000
committerJoshua Colp <jcolp@digium.com>2013-01-25 14:23:46 +0000
commit6300c37152081447cc6c034a580db344e2f10bea (patch)
treee2f69f04862f458e16dd2a3745c5101b40c1cda8 /res/res_sorcery_config.c
parent3fa4278a31d0f6f738b951c0d592941281aed196 (diff)
Add a missing '\' to a log message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_sorcery_config.c')
-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);