changeset 7252 | c8200621e252 |
parent 7141 | 072fb225b714 |
child 7385 | 10beb0e53130 |
--- a/src/wifi/model/wifi-mode.cc Sun May 22 21:57:24 2011 -0700 +++ b/src/wifi/model/wifi-mode.cc Sun May 22 22:28:15 2011 -0700 @@ -190,7 +190,7 @@ // is a fatal problem, but we try to be helpful by displaying the // list of WifiModes that are supported. NS_LOG_UNCOND ("Could not find match for WifiMode named \"" - << name << "\". Valid options are:"); + << name << "\". Valid options are:"); for (i = m_itemList.begin (); i != m_itemList.end (); i++) { NS_LOG_UNCOND (" " << i->uniqueUid);