Bugzilla – Bug 529
After logging an Ipv6Address, all loged values are printed in hex
Last modified: 2009-04-06 05:14:43 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.
Patch commited.