diff --git a/src/wifi/model/wifi-phy.cc b/src/wifi/model/wifi-phy.cc index 7f9c89743..6a453db2f 100644 --- a/src/wifi/model/wifi-phy.cc +++ b/src/wifi/model/wifi-phy.cc @@ -1399,7 +1399,7 @@ WifiPhy::SetChannelNumber (uint8_t nch) } else { - NS_FATAL_ERROR ("Frequency not found for channel number " << nch); + NS_FATAL_ERROR ("Frequency not found for channel number " << +nch); } }