This commit is contained in:
chacha
2026-02-23 23:57:35 +00:00
parent cc0d56ff12
commit 38d25bf562

2
main.c
View File

@@ -73,7 +73,7 @@ const char szHelp[] =
"( -h | -v <level> | -fl <file> | -fd <file> |";
def_sOptions sOptions = {
.ucLogLevel = E_LOGLEVEL_WARNING,
.ucLogLevel = E_LOGLEVEL__WARNING,
.bLogStdOut = 1,
.szLogFileName = {0},
.szTSVFile = {0},