summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_setschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_setschedparam.c')
-rw-r--r--nuttx/sched/pthread_setschedparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_setschedparam.c b/nuttx/sched/pthread_setschedparam.c
index 32e5326f1..4f6d1bb49 100644
--- a/nuttx/sched/pthread_setschedparam.c
+++ b/nuttx/sched/pthread_setschedparam.c
@@ -120,7 +120,7 @@ int pthread_setschedparam(pthread_t thread, int policy,
{
int ret;
- dbg("thread ID=%d policy=%d param=0x%p\n", thread, policy, param);
+ sdbg("thread ID=%d policy=%d param=0x%p\n", thread, policy, param);
/* Set the errno to some non-zero value (failsafe) */