From 244f1cc32d4e236734afa9db9ebe44270d1e0709 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 13 Oct 2014 13:36:11 -0700 Subject: [PATCH] fix log component name --- 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 9a3ffbc5c..dd3331390 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -145,7 +145,7 @@ WifiHelper::EnableLogComponents (void) LogComponentEnable ("AdhocWifiMac", LOG_LEVEL_ALL); LogComponentEnable ("AmrrWifiRemoteStation", LOG_LEVEL_ALL); LogComponentEnable ("ApWifiMac", LOG_LEVEL_ALL); - LogComponentEnable ("ns3::ArfWifiManager", LOG_LEVEL_ALL); + LogComponentEnable ("ArfWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("Cara", LOG_LEVEL_ALL); LogComponentEnable ("DcaTxop", LOG_LEVEL_ALL); LogComponentEnable ("DcfManager", LOG_LEVEL_ALL);