Add logid service & install target

This commit is contained in:
PixlOne
2019-08-09 14:25:40 -04:00
parent c2b5fceaf5
commit b55db6777e
8 changed files with 40 additions and 14 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Configuration::Configuration(const char *config_file)
}
catch(const FileIOException &e)
{
log_printf(ERROR, "I/O Error while reading configuration file: %s", e.what());
log_printf(ERROR, "I/O Error while reading %s: %s", config_file, e.what());
throw e;
}
catch(const ParseException &e)