samples/main-tw.cc
changeset 1504 36ecc970ba96
parent 282 0e974f70e441
child 2834 1aab57845b07
--- a/samples/main-tw.cc	Thu Sep 13 12:37:30 2007 -0700
+++ b/samples/main-tw.cc	Thu Sep 13 17:47:42 2007 -0700
@@ -18,14 +18,14 @@
  */
 
 #include <string>
-#include "ns3/debug.h"
+#include "ns3/log.h"
 #include "ns3/trace-writer.h"
 
 using namespace ns3;
 
 int main (int argc, char *argv[])
 {
-  NS_DEBUG_UNCOND("TraceWriter Test")
+  NS_LOG_UNCOND("TraceWriter Test")
 
   TraceWriter writer1;
   writer1.Open("trace-writer-test.txt");