From 2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Nov 2007 22:32:52 +0000 Subject: Debug can now be selectively enabled by subystem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/pthread_mutexattrdestroy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/sched/pthread_mutexattrdestroy.c') diff --git a/nuttx/sched/pthread_mutexattrdestroy.c b/nuttx/sched/pthread_mutexattrdestroy.c index a61b60c87..221e8b1ca 100644 --- a/nuttx/sched/pthread_mutexattrdestroy.c +++ b/nuttx/sched/pthread_mutexattrdestroy.c @@ -88,7 +88,7 @@ int pthread_mutexattr_destroy(pthread_mutexattr_t *attr) { int ret = OK; - dbg("attr=0x%p\n", attr); + sdbg("attr=0x%p\n", attr); if (!attr) { @@ -99,6 +99,6 @@ int pthread_mutexattr_destroy(pthread_mutexattr_t *attr) attr->pshared = 0; } - dbg("Returning %d\n", ret); + sdbg("Returning %d\n", ret); return ret; } -- cgit v1.2.3