[][src]Function sunrise_libuser::syscalls::output_debug_string

pub fn output_debug_string(
    s: &str,
    level: usize,
    target: &str
) -> Result<(), KernelError>

Print the given string to the kernel's debug output.

Currently, this prints the string to the serial port.