diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index 5ab8148e8..6738cce56 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -104,7 +104,7 @@ AsciiPhyReceiveSinkWithContext ( WifiPreamble preamble) { NS_LOG_FUNCTION (stream << context << p << snr << mode << preamble); - *stream->GetStream () << "r " << Simulator::Now ().GetSeconds () << " " << mode << "" << context << " " << *p << std::endl; + *stream->GetStream () << "r " << Simulator::Now ().GetSeconds () << " " << mode << " " << context << " " << *p << std::endl; } /**