dect
/
asterisk
Archived
13
0
Fork 0

Everytime a compile fails, a puppy dies.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@143034 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2008-09-13 14:15:08 +00:00
parent 5d19839a33
commit 6f51c350f7
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ static int osp_load(int reload)
if ((cfg = ast_config_load(OSP_CONFIG_FILE, config_flags)) == CONFIG_STATUS_FILEUNCHANGED) {
return 0;
} else if (cfg == CONFIG_STATUS_FILEINVALID) {
ast_log(LOG_ERROR, "Config file " OSP_CONFIG_FILE " is in an invalid format. Aborting.\n");
ast_log(LOG_ERROR, "Config file %s is in an invalid format. Aborting.\n", OSP_CONFIG_FILE);
return 0;
}