commit | 60c39c7584e1bb69cdce4e0a9ee1e78ba09c82b9 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Sun Aug 26 01:05:56 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Oct 29 09:42:43 2012 +0100 |
tree | 50700fa886f2c8a8846f43e233af64412c725f89 | |
parent | fdf7932052209260ca2e7add4da4b74f57976336 [diff] |
batman-adv: print packets re-routing on DBG_TT and ratelimit it To simplify TranslationTable debugging it is better to print the packet rerouting message on the DBG_TT log level. In this way a developer interested in packets rerouting doesn't need to filter it out of the whole ROUTES log. Moreover, since this message will appear for each rerouted message, it is now "ratelimited". Signed-off-by: Antonio Quartulli <ordex@autistici.org>