::arg().setSLog(startupLog);
if (!::arg().file(configname.c_str())) {
- SLOG(g_log << Logger::Warning << "Unable to parse configuration file '" << configname << "'" << endl,
- startupLog->error("No such file", "Unable to parse configuration file", "config_file", Logging::Loggable(configname)));
+ SLOG(g_log << Logger::Warning << "Unable to open configuration file '" << configname << "'" << endl,
+ startupLog->error("No such file", "Unable to open configuration file", "config_file", Logging::Loggable(configname)));
}
// Reparse, now with config file as well