Bugzilla – Bug 2491
replace DcfManager::MY_DEBUG
Last modified: 2017-01-23 15:12:32 UTC
dcf-manager.cc still contains a MY_DEBUG() macro that predates the ns-3 logging infrastructure. However, I do not want to replace with NS_LOG_DEBUG statements until bug 2490 is resolved since the current MY_DEBUG () provides nanosecond time resolution on those debug events. More logging in class DcfState could also be added.
Tom, can't we already provide a patch for this? When is bug 2490 supposed to be addressed?
(In reply to sebastien.deronne from comment #1) > Tom, can't we already provide a patch for this? > When is bug 2490 supposed to be addressed? No one has commented on 2490, so I will provide a patch this weekend based on what I outlined there, and we can move forward with this one after that is committed. I agree, the patch for dcf-manager.cc can be prepared in parallel.
Created attachment 2618 [details] reworked logs of DcfManager and additional logs for DcfState Tom, here is already the patch for this.
To be pushed once bug 2490 is delivered
Pushed in changeset 12561:a5af139f97f3