|
Bugzilla – Full Text Bug Listing |
| Summary: | After logging an Ipv6Address, all loged values are printed in hex | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Fabian Mauchle <f1mauchl> |
| Component: | network | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | vincent |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | bugfix proposal | ||
Patch commited. |
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.