batctl: Changed the wrong option in log level that was, showing arp as and option where it should be dat

Message ID 4F79953D.1040803@kalrong.net (mailing list archive)
State Accepted, archived
Headers

Commit Message

Xabier R B April 2, 2012, 12:02 p.m. UTC
  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

Marek Lindner April 4, 2012, 8:16 a.m. UTC | #1
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
  

Patch

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: