b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [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
@ 2012-04-02 12:02 Xabier R B
  2012-04-04  8:16 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Xabier R B @ 2012-04-02 12:02 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Signed-off-by: Xabier Rodriguez <xrb@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [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
  2012-04-02 12:02 [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 Xabier R B
@ 2012-04-04  8:16 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-04-04  8:16 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-04  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-02 12:02 [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 Xabier R B
2012-04-04  8:16 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).