summaryrefslogtreecommitdiffstats
path: root/src/kernel/syscall.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/syscall.C')
-rw-r--r--src/kernel/syscall.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/syscall.C b/src/kernel/syscall.C
index 07e34a5f5..c33f2b40a 100644
--- a/src/kernel/syscall.C
+++ b/src/kernel/syscall.C
@@ -200,7 +200,7 @@ namespace Systemcalls
if (m->type >= MSG_FIRST_SYS_TYPE)
{
- printk("MsgSend> type=%d\n", m->type);
+ printkd("MsgSend> type=%d\n", m->type);
TASK_SETRTN(t, -EINVAL);
return;
}
@@ -234,7 +234,7 @@ namespace Systemcalls
if (m->type >= MSG_FIRST_SYS_TYPE)
{
- printk("MsgSendRecv> type=%d\n", m->type);
+ printkd("MsgSendRecv> type=%d\n", m->type);
TASK_SETRTN(t, -EINVAL);
return;
}
OpenPOWER on IntegriCloud