(Wii) enable verbose logging when net logging
This commit is contained in:
parent
e9440d7ac8
commit
1297bf4fd3
|
@ -215,6 +215,7 @@ int main(void)
|
|||
get_environment_settings();
|
||||
|
||||
#ifdef HAVE_LOGGER
|
||||
g_extern.verbose = true;
|
||||
logger_init();
|
||||
#endif
|
||||
#ifdef HAVE_FILE_LOGGER
|
||||
|
|
Loading…
Reference in New Issue