Skip to content

Commit

Permalink
set debug log enabled default to false
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
nukeulater committed Dec 5, 2024
1 parent bd18917 commit e7eba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlive/H2MOD/Modules/Shell/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ void ReadH2Config() {
CONFIG_GET(&ini, "upnp", "true", &H2Config_upnp_enable);
CONFIG_GET(&ini, "enable_xdelay", "true", &H2Config_xDelay);

CONFIG_GET(&ini, "debug_log", "true", &H2Config_debug_log);
CONFIG_GET(&ini, "debug_log", "false", &H2Config_debug_log);
CONFIG_GET(&ini, "debug_log_level", "2", &H2Config_debug_log_level);
CONFIG_GET(&ini, "debug_log_console", "false", &H2Config_debug_log_console);

Expand Down

0 comments on commit e7eba69

Please sign in to comment.