author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Fri, 03 Aug 2007 09:15:25 +0200 | |
changeset 1125 | 44bfdaa47ba9 |
parent 1124 | c4685db40f99 |
child 1126 | 06484dd65e76 |
--- a/src/node/ethernet-header.cc Fri Aug 03 09:15:11 2007 +0200 +++ b/src/node/ethernet-header.cc Fri Aug 03 09:15:25 2007 +0200 @@ -108,7 +108,6 @@ EthernetHeader::PrintTo (std::ostream &os) const { // ethernet, right ? - os << "(ethernet)"; if (m_enPreambleSfd) { os << " preamble/sfd=" << m_preambleSfd << ",";