]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/TossimActiveMessageP.nc
Fixed CpmModelP to correctly lose packets caused by subsequent transmissions.
[tinyos-2.x.git] / tos / lib / tossim / TossimActiveMessageP.nc
index f31aaf6fc4390ec19204eb52659d9ac0fc8a1283..79cb9da170e7a4bb5633d7ca81d947b5befbeda5 100644 (file)
@@ -125,7 +125,7 @@ implementation {
   event bool Model.shouldAck(message_t* msg) {
     tossim_header_t* header = getHeader(msg);
     if (header->dest == call amAddress()) {
-      dbg("Acks", "addressed to me so ack it,");
+      dbg("Acks", "Received packet addressed to me so ack it\n");
       return TRUE;
     }
     return FALSE;