From 55f780ec19528c697a1bfc4a0eda9bbed4aad4fe Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 17 Mar 2010 14:36:46 +0000 Subject: [PATCH] removed debugging output --- core/net/rime/neighbor-discovery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/neighbor-discovery.c b/core/net/rime/neighbor-discovery.c index f2c6efcf9..c3167332a 100644 --- a/core/net/rime/neighbor-discovery.c +++ b/core/net/rime/neighbor-discovery.c @@ -33,7 +33,7 @@ * * This file is part of the Contiki operating system. * - * $Id: neighbor-discovery.c,v 1.17 2010/03/02 15:41:23 dak664 Exp $ + * $Id: neighbor-discovery.c,v 1.18 2010/03/17 14:36:46 fros4943 Exp $ */ /** @@ -148,7 +148,7 @@ send_timer(void *ptr) c->current_interval = interval; - printf("current_interval %lu\n", (long unsigned int) interval); + PRINTF("current_interval %lu\n", (long unsigned int) interval); set_timers(c); } /*---------------------------------------------------------------------------*/