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; }