src/helper/csma-helper.cc
changeset 3553 065488d0420c
parent 3403 ac82ff1f6736
child 3786 9f384deadb46
--- a/src/helper/csma-helper.cc	Mon Aug 25 15:16:35 2008 -0700
+++ b/src/helper/csma-helper.cc	Mon Aug 25 15:21:01 2008 -0700
@@ -122,7 +122,7 @@
 void 
 CsmaHelper::EnableAscii (std::ostream &os, uint32_t nodeid, uint32_t deviceid)
 {
-  Packet::EnableMetadata ();
+  Packet::EnablePrinting ();
   std::ostringstream oss;
   oss << "/NodeList/" << nodeid << "/DeviceList/" << deviceid << "/$ns3::CsmaNetDevice/Rx";
   Config::Connect (oss.str (), MakeBoundCallback (&CsmaHelper::AsciiRxEvent, &os));