Commit 499cc23e authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: don't be so chatty by default

parent f1af51c4
......@@ -271,7 +271,7 @@ int wrc_check_link()
return rv;
}
int wrc_extra_debug = 1;
int wrc_extra_debug = 0;
int wrc_gui_mode = 0;
void wrc_debug_printf(int subsys, const char *fmt, ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment