Actions
Bug #3774
closedAutoPrefixPropagator erroneous log message
Start date:
09/11/2016
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
AutoPrefixPropagator gives misleading/erroneous log messages.
To replicate:
- Start NFD via nfd-start
- Start a repo with data prefix "/ndn/foo/bar"
NFD log shows:
473626058.131745 INFO: [AutoPrefixPropagator] no hub connected to propagate /ndn/foo/bar
1473626058.131745 INFO: [AutoPrefixPropagator] no hub connected to propagate /ndn/foo/bar
1473626058.135969 INFO: [AutoPrefixPropagator] prefix has already been propagated: /ndn/foo/bar
1473626058.135969 INFO: [AutoPrefixPropagator] prefix has already been propagated: /ndn/foo/bar
Second pair of messages imply that propagation has occurred. This is not the case.
Log messages should accurately describe the state of propagation.
Actions