Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
@@ -26,7 +26,7 @@ DEFINE_DEVICE_OP (debugconsole_putstr) {
|
||||
int pid = proc->pid;
|
||||
spin_unlock (&proc->lock, fp);
|
||||
|
||||
debugprintf ("(CPU %d; PID %d) %.*s\n", thiscpu->id, pid, (int)*len, string);
|
||||
debugprintf ("(CPU %d; PID %d) %.*s", thiscpu->id, pid, (int)*len, string);
|
||||
|
||||
return ST_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user