From e584eb0661a6ac097d80507a1c54fb12a662e190 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sat, 13 Sep 2008 14:15:08 +0000 Subject: Everytime a compile fails, a puppy dies. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@143034 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 34ddc05a8..03f3dbc9d 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -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; } -- cgit v1.2.3