From 62d7832fff783635bda16141fa87fbe9d23f2292 Mon Sep 17 00:00:00 2001 From: dak664 Date: Sat, 13 Nov 2010 16:37:42 +0000 Subject: [PATCH] Fix compiler warning and possible bug --- core/net/sicslowpan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/sicslowpan.c b/core/net/sicslowpan.c index 008f6fc86..86f74b27e 100644 --- a/core/net/sicslowpan.c +++ b/core/net/sicslowpan.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: sicslowpan.c,v 1.48 2010/11/02 10:56:57 adamdunkels Exp $ + * $Id: sicslowpan.c,v 1.49 2010/11/13 16:37:42 dak664 Exp $ */ /** * \file @@ -1336,7 +1336,7 @@ output(uip_lladdr_t *localdest) */ - printf("Fragmentation sending packet len %d\n", uip_len); + PRINTFO("Fragmentation sending packet len %d\n", uip_len); /* Create 1st Fragment */ PRINTFO("sicslowpan output: 1rst fragment ");