From 9750eb93bf58090499352845a1fcac709caa516a Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Nov 2010 15:41:23 +0000 Subject: [PATCH] Turn off debug messages --- core/net/rpl/rpl-dag.c | 4 ++-- core/net/rpl/rpl-icmp6.c | 4 ++-- core/net/rpl/rpl-of-etx.c | 4 ++-- core/net/rpl/rpl-timers.c | 4 ++-- core/net/rpl/rpl.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/net/rpl/rpl-dag.c b/core/net/rpl/rpl-dag.c index b1ba3b394..b264dc14c 100644 --- a/core/net/rpl/rpl-dag.c +++ b/core/net/rpl/rpl-dag.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-dag.c,v 1.37 2010/10/27 12:27:57 nifi Exp $ + * $Id: rpl-dag.c,v 1.38 2010/11/03 15:41:23 adamdunkels Exp $ */ /** * \file @@ -52,7 +52,7 @@ #include #include -#define DEBUG DEBUG_ANNOTATE +#define DEBUG DEBUG_NONE #include "net/uip-debug.h" /************************************************************************/ diff --git a/core/net/rpl/rpl-icmp6.c b/core/net/rpl/rpl-icmp6.c index 2acde41bb..dd22a9aa4 100644 --- a/core/net/rpl/rpl-icmp6.c +++ b/core/net/rpl/rpl-icmp6.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-icmp6.c,v 1.26 2010/10/28 20:39:06 joxe Exp $ + * $Id: rpl-icmp6.c,v 1.27 2010/11/03 15:41:23 adamdunkels Exp $ */ /** * \file @@ -54,7 +54,7 @@ #include #include -#define DEBUG DEBUG_ANNOTATE +#define DEBUG DEBUG_NONE #include "net/uip-debug.h" diff --git a/core/net/rpl/rpl-of-etx.c b/core/net/rpl/rpl-of-etx.c index b522b21cc..6d97c2ffc 100644 --- a/core/net/rpl/rpl-of-etx.c +++ b/core/net/rpl/rpl-of-etx.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-of-etx.c,v 1.7 2010/10/28 20:39:06 joxe Exp $ + * $Id: rpl-of-etx.c,v 1.8 2010/11/03 15:41:23 adamdunkels Exp $ */ /** * \file @@ -44,7 +44,7 @@ #include "net/rpl/rpl.h" #include "net/neighbor-info.h" -#define DEBUG DEBUG_ANNOTATE +#define DEBUG DEBUG_NONE #include "net/uip-debug.h" static void reset(void *); diff --git a/core/net/rpl/rpl-timers.c b/core/net/rpl/rpl-timers.c index e710c5d9b..2eab6f782 100644 --- a/core/net/rpl/rpl-timers.c +++ b/core/net/rpl/rpl-timers.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-timers.c,v 1.12 2010/10/28 20:39:06 joxe Exp $ + * $Id: rpl-timers.c,v 1.13 2010/11/03 15:41:23 adamdunkels Exp $ */ /** * \file @@ -46,7 +46,7 @@ #include "lib/random.h" #include "sys/ctimer.h" -#define DEBUG DEBUG_ANNOTATE +#define DEBUG DEBUG_NONE #include "net/uip-debug.h" /************************************************************************/ diff --git a/core/net/rpl/rpl.c b/core/net/rpl/rpl.c index af1ee7732..c00962fd6 100644 --- a/core/net/rpl/rpl.c +++ b/core/net/rpl/rpl.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl.c,v 1.12 2010/10/28 20:39:06 joxe Exp $ + * $Id: rpl.c,v 1.13 2010/11/03 15:41:23 adamdunkels Exp $ */ /** * \file @@ -47,7 +47,7 @@ #include "net/rpl/rpl.h" #include "net/neighbor-info.h" -#define DEBUG DEBUG_ANNOTATE +#define DEBUG DEBUG_NONE #include "net/uip-debug.h" #include