wifi: Add missing space before context string

This commit is contained in:
Tom Henderson
2022-03-31 16:31:10 -07:00
parent 59bd588698
commit f5de69a424

View File

@@ -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;
}
/**