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:
ddouthitt
2001-09-26 20:35:32 +00:00
parent cf0990c28a
commit 97e340635a
+2
View File
@@ -35,6 +35,8 @@ debug_init (struct lcd_logical_driver *driver, char *args)
debug_clear ();
driver->daemonize = 0;
driver->clear = debug_clear;
driver->string = debug_string;
driver->chr = debug_chr;