* [B.A.T.M.A.N.] [PATCH] batman-adv: fix typo in debug message
@ 2012-12-11 19:29 Antonio Quartulli
2012-12-15 8:35 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-12-11 19:29 UTC (permalink / raw)
To: b.a.t.m.a.n
in bat_iv_ogm.c a debug message should print "tq" instead of "td"
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
bat_iv_ogm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 2efc50f..55857c2 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -1050,7 +1050,7 @@ static void batadv_iv_ogm_process(const struct ethhdr *ethhdr,
is_single_hop_neigh = true;
batadv_dbg(BATADV_DBG_BATMAN, bat_priv,
- "Received BATMAN packet via NB: %pM, IF: %s [%pM] (from OG: %pM, via prev OG: %pM, seqno %u, ttvn %u, crc %#.4x, changes %u, td %d, TTL %d, V %d, IDF %d)\n",
+ "Received BATMAN packet via NB: %pM, IF: %s [%pM] (from OG: %pM, via prev OG: %pM, seqno %u, ttvn %u, crc %#.4x, changes %u, tq %d, TTL %d, V %d, IDF %d)\n",
ethhdr->h_source, if_incoming->net_dev->name,
if_incoming->net_dev->dev_addr, batadv_ogm_packet->orig,
batadv_ogm_packet->prev_sender,
--
1.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix typo in debug message
2012-12-11 19:29 [B.A.T.M.A.N.] [PATCH] batman-adv: fix typo in debug message Antonio Quartulli
@ 2012-12-15 8:35 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-12-15 8:35 UTC (permalink / raw)
To: b.a.t.m.a.n
On Wednesday, December 12, 2012 03:29:22 Antonio Quartulli wrote:
> in bat_iv_ogm.c a debug message should print "tq" instead of "td"
>
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
> bat_iv_ogm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision a42b051.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-15 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 19:29 [B.A.T.M.A.N.] [PATCH] batman-adv: fix typo in debug message Antonio Quartulli
2012-12-15 8:35 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox