summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_exit.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-17 15:06:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-17 15:06:28 +0000
commit375109372b3fb0cbac81f7bb4c6b8f2b372830bf (patch)
treeb00c0c221ec5d658acf8d05994c78e69b325b5d1 /nuttx/arch/z80/src/common/up_exit.c
parent5994547752a3f9f30a9dba355bb8afee64fe6b69 (diff)
downloadpx4-nuttx-375109372b3fb0cbac81f7bb4c6b8f2b372830bf.tar.gz
px4-nuttx-375109372b3fb0cbac81f7bb4c6b8f2b372830bf.tar.bz2
px4-nuttx-375109372b3fb0cbac81f7bb4c6b8f2b372830bf.zip
Suppress debug output if CONFIG_DEBUG_SCHED is not defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@700 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/common/up_exit.c')
-rw-r--r--nuttx/arch/z80/src/common/up_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/common/up_exit.c b/nuttx/arch/z80/src/common/up_exit.c
index 45409800e..b56f286cd 100644
--- a/nuttx/arch/z80/src/common/up_exit.c
+++ b/nuttx/arch/z80/src/common/up_exit.c
@@ -152,7 +152,7 @@ void _exit(int status)
(void)irqsave();
- lldbg("TCB=%p exitting\n", tcb);
+ slldbg("TCB=%p exitting\n", tcb);
#if defined(CONFIG_DUMP_ON_EXIT) && defined(CONFIG_DEBUG)
lldbg("Other tasks:\n");
@@ -168,7 +168,7 @@ void _exit(int status)
*/
tcb = (FAR _TCB*)g_readytorun.head;
- lldbg("New Active Task TCB=%p\n", tcb);
+ slldbg("New Active Task TCB=%p\n", tcb);
/* Then switch contexts */