--- a/src/devices/mesh/flame/flame-header.cc Fri Aug 21 23:33:52 2009 +0400
+++ b/src/devices/mesh/flame/flame-header.cc Mon Aug 24 18:05:31 2009 +0400
@@ -49,8 +49,8 @@
void
FlameHeader::Print (std::ostream &os) const
{
- os << "Cost = " << (uint16_t) m_cost << "\nSequence number = " << m_seqno
- << "\nOrig Destination = " << m_origDst << "\nOrig Source = " << m_origSrc << "\n";
+ os << "Cost = " << (uint16_t) m_cost << std::endl << "Sequence number = " << m_seqno
+ << std::endl << "Orig Destination = " << m_origDst << std::endl << "Orig Source = " << m_origSrc << std::endl;
}
uint32_t
FlameHeader::GetSerializedSize (void) const