From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4F79953D.1040803@kalrong.net> Date: Mon, 02 Apr 2012 14:02:05 +0200 From: Xabier R B MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [B.A.T.M.A.N.] [PATCH] batctl: Changed the wrong option in log level that was, showing arp as and option where it should be dat Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking Signed-off-by: Xabier Rodriguez --- 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