dect
/
linux-2.6
Archived
13
0
Fork 0

netconsole: clarify stopping message

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ferenc Wagner 2011-01-06 05:11:20 +00:00 committed by David S. Miller
parent 141dfba342
commit 38cfb907a5
1 changed files with 2 additions and 2 deletions

View File

@ -699,8 +699,8 @@ static int netconsole_netdev_event(struct notifier_block *this,
}
spin_unlock_irqrestore(&target_list_lock, flags);
if (stopped && (event == NETDEV_UNREGISTER || event == NETDEV_BONDING_DESLAVE))
printk(KERN_INFO "netconsole: network logging stopped, "
"interface %s %s\n", dev->name,
printk(KERN_INFO "netconsole: network logging stopped on "
"interface %s as it %s\n", dev->name,
event == NETDEV_UNREGISTER ? "unregistered" : "released slaves");
done: