batctl: Changed the wrong option in log level that was, showing arp as and option where it should be dat
Commit Message
Signed-off-by: Xabier Rodriguez <xrb@kalrong.net>
---
sys.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
free(path_buff);
-- 1.7.9.1
Comments
On Monday, April 02, 2012 14:02:05 Xabier R B wrote:
> Signed-off-by: Xabier Rodriguez <xrb@kalrong.net>
> ---
> sys.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied in revision 0dd7c6c.
Thanks,
Marek
@@ -257,7 +257,7 @@ int handle_loglevel(char *mesh_iface, int argc,
char **argv)
printf("[%c] %s (%s)\n", (log_level & 8) ? 'x' : ' ',
"messages related to bridge loop avoidance", "bla");
printf("[%c] %s (%s)\n", (log_level & 16) ? 'x' : ' ',
- "messages related to the distributed arp table", "arp");
+ "messages related to the distributed arp table", "dat");
out: