Enabled syslog debug output by default, added new syslog options to config file.

Reversed arguments in kernel settings file, now you only need to uncomment a line
to get the non-default setting. Explained default setting in comments.     


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-04-29 17:22:08 +00:00
parent 1263aca646
commit d995743822

View File

@ -717,7 +717,7 @@ debug_init_post_vm(kernel_args *args)
sSerialDebugEnabled = get_driver_boolean_parameter(handle,
"serial_debug_output", true, true);
sSyslogOutputEnabled = get_driver_boolean_parameter(handle,
"syslog_debug_output", false, false);
"syslog_debug_output", true, true);
sBlueScreenOutput = get_driver_boolean_parameter(handle,
"bluescreen", true, true);