changeset 4869 | bf6f699d4e03 |
parent 4865 | e331ed5d3662 |
child 4874 | f7ea3717e668 |
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc Sun Mar 22 20:54:04 2009 +0300 +++ b/src/devices/mesh/mesh-wifi-interface-mac.cc Sun Mar 22 21:28:44 2009 +0300 @@ -533,8 +533,8 @@ packet->PeekHeader (beacon_hdr); - NS_LOG_UNCOND ("Beacon received from "<<hdr->GetAddr2()<< - " to "<<GetAddress ()<< + NS_LOG_DEBUG ("Beacon received from "<<hdr->GetAddr2()<< + " I am "<<GetAddress ()<< " at "<<Simulator::Now ().GetMicroSeconds ()<< " microseconds");