Add a missing '\' to a log message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2013-01-25 14:23:46 +00:00
parent 3fa4278a31
commit 6300c37152

View File

@@ -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);