mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user