Bug 529 - After logging an Ipv6Address, all loged values are printed in hex
After logging an Ipv6Address, all loged values are printed in hex
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: network
ns-3-dev
PC Linux
: P5 minor
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-25 11:21 UTC by Fabian Mauchle
Modified: 2009-04-06 05:14 UTC (History)
1 user (show)

See Also:


Attachments
bugfix proposal (701 bytes, patch)
2009-03-25 11:21 UTC, Fabian Mauchle
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Mauchle 2009-03-25 11:21:42 UTC
Created attachment 401 [details]
bugfix proposal

After logging an Ipv6Address using NS_LOG_DEBUG(myIpv6Address) or similar, all following log statements print values in hex notation, including the time prefix.

Suspected bug is in Ipv6Address::Print(), not clearing iostream manipulator std::hex.
Comment 1 Sebastien Vincent 2009-04-06 05:14:43 UTC
Patch commited.