]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Everytime a compile fails, a puppy dies.
authorSean Bright <sean@malleable.com>
Sat, 13 Sep 2008 14:15:08 +0000 (14:15 +0000)
committerSean Bright <sean@malleable.com>
Sat, 13 Sep 2008 14:15:08 +0000 (14:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@143034 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_osplookup.c

index 34ddc05a8a39ed910fb8be9c7250d0a6b786a789..03f3dbc9d024bde4ffc38594bf9581d5e43872c7 100644 (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;
        }