Merge github.com:vysheng/tg
This commit is contained in:
commit
019e80c681
1 changed files with 3 additions and 1 deletions
4
main.c
4
main.c
|
@ -272,7 +272,9 @@ void parse_config (void) {
|
|||
config_lookup_bool (&conf, buf, &test_dc);
|
||||
|
||||
strcpy (buf + l, "log_level");
|
||||
config_lookup_int (&conf, buf, &log_level);
|
||||
long long t = log_level;
|
||||
config_lookup_int (&conf, buf, (void *)&t);
|
||||
log_level = t;
|
||||
|
||||
if (!msg_num_mode) {
|
||||
strcpy (buf + l, "msg_num");
|
||||
|
|
Loading…
Add table
Reference in a new issue