]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/IPDispatchP.nc
- fix async warning in resource queue
[tinyos-2.x.git] / tos / lib / net / blip / IPDispatchP.nc
index a83eee85125b084c72cc9d7feb420c1d3bdd42e4..8d4932809aedd89f09a421ecb4e2bc6ab850eb00 100644 (file)
@@ -659,6 +659,8 @@ module IPDispatchP {
     packed_lowmsg_t lowmsg;
 
     printfUART("p1: %p p2: %p\n", msg_payload, call Packet.getPayload(msg, 0));
+    printfUART("l1: %i l2: %i\n", len, call Packet.payloadLength(msg));
+
     // set up the ip message structaddFragment
     lowmsg.data = msg_payload;
     lowmsg.len  = len;