diff options
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/translation-table.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index c7aafc7c5ed4..1db9d96109a1 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c | |||
@@ -735,9 +735,10 @@ void tt_global_del_orig(struct bat_priv *bat_priv, | |||
735 | if (tt_global_entry->orig_node == orig_node) { | 735 | if (tt_global_entry->orig_node == orig_node) { |
736 | bat_dbg(DBG_TT, bat_priv, | 736 | bat_dbg(DBG_TT, bat_priv, |
737 | "Deleting global tt entry %pM " | 737 | "Deleting global tt entry %pM " |
738 | "(via %pM): originator time out\n", | 738 | "(via %pM): %s\n", |
739 | tt_global_entry->addr, | 739 | tt_global_entry->addr, |
740 | tt_global_entry->orig_node->orig); | 740 | tt_global_entry->orig_node->orig, |
741 | message); | ||
741 | hlist_del_rcu(node); | 742 | hlist_del_rcu(node); |
742 | tt_global_entry_free_ref(tt_global_entry); | 743 | tt_global_entry_free_ref(tt_global_entry); |
743 | } | 744 | } |