]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bonding: pr_debug instead of pr_warn in bond_arp_send_all
authorVeaceslav Falico <vfalico@redhat.com>
Wed, 28 Aug 2013 21:25:16 +0000 (23:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Aug 2013 20:19:43 +0000 (16:19 -0400)
commit3e32582f7d5b6f364ddd31110bf7277d69fd4e91
treeed95aed89dea6c836e57ad069737082693fee156
parente868b0c938d9cc0d7ed4bd77d5c37676e833ed95
bonding: pr_debug instead of pr_warn in bond_arp_send_all

They're simply annoying and will spam dmesg constantly if we hit them, so
convert to pr_debug so that we still can access them in case of debugging.

CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c