Signed-off-by: Xabier Rodriguez <xrb(a)kalrong.net>
---
sys.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys.c b/sys.c
index e0dcb07..d3bf7fa 100644
--- a/sys.c
+++ b/sys.c
@@ -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:
free(path_buff);
-- 1.7.9.1