diff --git a/executer/kernel/mcctrl/control.c b/executer/kernel/mcctrl/control.c index cf949efb..8e3daceb 100644 --- a/executer/kernel/mcctrl/control.c +++ b/executer/kernel/mcctrl/control.c @@ -1237,7 +1237,7 @@ int mcexec_syscall(struct mcctrl_usrdata *ud, struct ikc_scd_packet *packet) ppd = mcctrl_get_per_proc_data(ud, pid); if (unlikely(!ppd)) { - kprintf("%s: ERROR: no per-process structure for PID %d, " + dprintk("%s: ERROR: no per-process structure for PID %d, " "syscall nr: %lu\n", __FUNCTION__, pid, packet->req.number);