fix small typo in debug log output

This commit is contained in:
Mathieu Lacage
2007-11-21 10:02:17 +01:00
parent f198acda79
commit 4774f44062

View File

@@ -175,7 +175,7 @@ MacHighNqap::SendAssocResp (Mac48Address to, bool success)
void
MacHighNqap::SendOneBeacon (void)
{
TRACE ("send probe response to="<<Mac48Address::GetBroadcast ());
TRACE ("send beacon to="<<Mac48Address::GetBroadcast ());
WifiMacHeader hdr;
hdr.SetBeacon ();
hdr.SetAddr1 (Mac48Address::GetBroadcast ());