diff options
author | Ferenc Wagner <wferi@niif.hu> | 2011-01-06 05:11:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-06 11:30:23 -0800 |
commit | 38cfb907a55f3223445151b517b6e4678b8c9d66 (patch) | |
tree | d585d38666d2ce22f9719448e224eb55b850eaa8 /drivers/net/netconsole.c | |
parent | 141dfba342b672588799432d74a3b6be88b5d713 (diff) |
netconsole: clarify stopping message
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netconsole.c')
-rw-r--r-- | drivers/net/netconsole.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index b2ad998040fa..dfb67eb2a94b 100644 --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c @@ -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: |