Somehow, running the debug driver in the background just didn't
make sense. Changed debug driver to reflect this - will yank syslog() out later...
This commit is contained in:
@@ -35,6 +35,8 @@ debug_init (struct lcd_logical_driver *driver, char *args)
|
|||||||
|
|
||||||
debug_clear ();
|
debug_clear ();
|
||||||
|
|
||||||
|
driver->daemonize = 0;
|
||||||
|
|
||||||
driver->clear = debug_clear;
|
driver->clear = debug_clear;
|
||||||
driver->string = debug_string;
|
driver->string = debug_string;
|
||||||
driver->chr = debug_chr;
|
driver->chr = debug_chr;
|
||||||
|
|||||||
Reference in New Issue
Block a user