wifi: Fix uint8_t printing issue

This commit is contained in:
Sébastien Deronne
2018-07-04 19:44:36 +02:00
parent cef14b9ea5
commit 7fae211b1a

View File

@@ -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);
}
}