diff --git a/sink/sink20169.c b/sink/sink20169.c index 0331752..cfdb292 100644 --- a/sink/sink20169.c +++ b/sink/sink20169.c @@ -387,6 +387,8 @@ int main(int argc, char **argv) { } } + logmsg(LOG_INFO, "Version: " VERSION); + if (0 != initConfig(configFilename, &configHandle)) { logmsg(LOG_ERR, "error when reading configuration"); exit(3);