The following commit has been merged in the master branch: commit 0dd7c6cce0b7370318f5051f5d8dca612eb71584 Author: Xabier R B xrb@kalrong.net Date: Mon Apr 2 14:02:05 2012 +0200
batctl: replacing erroneous 'arp' log level output with 'dat'
Signed-off-by: Xabier Rodriguez xrb@kalrong.net
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);