From f5de69a424e5e3c314be3b9172c60f2a1871397d Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 31 Mar 2022 16:31:10 -0700 Subject: [PATCH] wifi: Add missing space before context string --- src/wifi/helper/wifi-helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**