Commit 65e7dd68 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wrc_main.c: enable GUI by default

parent 8b1509c4
...@@ -302,8 +302,8 @@ int wrc_check_link() ...@@ -302,8 +302,8 @@ int wrc_check_link()
return rv; return rv;
} }
int wrc_extra_debug = 1; int wrc_extra_debug = 0;
int wrc_gui_mode = 0; int wrc_gui_mode = 1;
void wrc_debug_printf(int subsys, const char *fmt, ...) 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