summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_kill.c')
-rw-r--r--nuttx/sched/sig_kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_kill.c b/nuttx/sched/sig_kill.c
index 9e39a00e5..421fe7782 100644
--- a/nuttx/sched/sig_kill.c
+++ b/nuttx/sched/sig_kill.c
@@ -112,7 +112,7 @@ int kill(pid_t pid, int signo)
/* Get the TCB of the receiving task */
stcb = sched_gettcb(pid);
- dbg("TCB=0x%08x signo=%d\n", stcb, signo);
+ sdbg("TCB=0x%08x signo=%d\n", stcb, signo);
if (!stcb)
{
*get_errno_ptr() = ESRCH;