network: Remove unnecessary casts
This commit is contained in:
committed by
Tom Henderson
parent
dcd0ed947c
commit
10d4dd2023
@@ -134,8 +134,8 @@ QueueDiscItem::Print (std::ostream& os) const
|
||||
{
|
||||
os << GetPacket () << " "
|
||||
<< "Dst addr " << m_address << " "
|
||||
<< "proto " << (uint16_t) m_protocol << " "
|
||||
<< "txq " << (uint8_t) m_txq
|
||||
<< "proto " << m_protocol << " "
|
||||
<< "txq " << +m_txq
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user