This commit is contained in:
Wolfgang Hottgenroth 2021-03-15 17:23:29 +01:00
parent 07cc7a742b
commit 65700f74d0
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -387,6 +387,8 @@ int main(int argc, char **argv) {
} }
} }
logmsg(LOG_INFO, "Version: " VERSION);
if (0 != initConfig(configFilename, &configHandle)) { if (0 != initConfig(configFilename, &configHandle)) {
logmsg(LOG_ERR, "error when reading configuration"); logmsg(LOG_ERR, "error when reading configuration");
exit(3); exit(3);