SUPPORT-8890. Добавлен вывод в логи номера версии приложения
(cherry picked from commit bf5d2b617ba0bda8b7c12b60e2fc73f765cb93ad)
This commit is contained in:
parent
57297d574f
commit
722092ce73
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#include "main_conf.h"
|
#include "main_conf.h"
|
||||||
|
#include "version.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
@ -61,6 +62,7 @@ main_conf_load(main_conf_t* conf, const char *filename, const conf_file_context_
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG_INFO("version = " APP_VERSION);
|
||||||
LOG_INFO("conf_file = %s", conf->conf_file);
|
LOG_INFO("conf_file = %s", conf->conf_file);
|
||||||
LOG_TRACE("main_conf_load exit with success");
|
LOG_TRACE("main_conf_load exit with success");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue