From 65700f74d0adfd21a3182b12047b213bf85f51e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 15 Mar 2021 17:23:29 +0100 Subject: [PATCH] version --- sink/sink20169.c | 2 ++ 1 file changed, 2 insertions(+) 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);