src/devices/wifi/mac-high-nqap.cc
changeset 2012 54dd9789c670
parent 2010 e2e16c1712c8
child 2028 20e87f08a04b
--- a/src/devices/wifi/mac-high-nqap.cc	Fri Oct 19 12:10:01 2007 +0200
+++ b/src/devices/wifi/mac-high-nqap.cc	Tue Oct 23 12:49:09 2007 +0200
@@ -25,18 +25,13 @@
 #include "mgt-headers.h"
 #include "wifi-phy.h"
 #include "ns3/assert.h"
-
-#define noNQAP_DEBUG 1
-
-#ifdef NQAP_DEBUG
-#include <iostream>
+#include "ns3/log.h"
 #include "ns3/simulator.h"
-#  define TRACE(x) \
-std::cout << "NQAP now=" << Simulator::NowUs () << "us " << x << std::endl;
-#else
-#  define TRACE(x)
-#endif
+
+NS_LOG_COMPONENT_DEFINE ("MacHighNqap");
 
+#define TRACE(x) \
+NS_LOG_DEBUG(Simulator::Now () << " " << x);
 
 namespace ns3 {