diff --git a/src/main_conf.c b/src/main_conf.c index feeb0c4..1238982 100644 --- a/src/main_conf.c +++ b/src/main_conf.c @@ -1,4 +1,5 @@ #include "main_conf.h" +#include "version.h" #include #include @@ -61,6 +62,7 @@ main_conf_load(main_conf_t* conf, const char *filename, const conf_file_context_ goto error; } + LOG_INFO("version = " APP_VERSION); LOG_INFO("conf_file = %s", conf->conf_file); LOG_TRACE("main_conf_load exit with success"); return 0;