aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/netconsole.c4
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,
699 } 699 }
700 spin_unlock_irqrestore(&target_list_lock, flags); 700 spin_unlock_irqrestore(&target_list_lock, flags);
701 if (stopped && (event == NETDEV_UNREGISTER || event == NETDEV_BONDING_DESLAVE)) 701 if (stopped && (event == NETDEV_UNREGISTER || event == NETDEV_BONDING_DESLAVE))
702 printk(KERN_INFO "netconsole: network logging stopped, " 702 printk(KERN_INFO "netconsole: network logging stopped on "
703 "interface %s %s\n", dev->name, 703 "interface %s as it %s\n", dev->name,
704 event == NETDEV_UNREGISTER ? "unregistered" : "released slaves"); 704 event == NETDEV_UNREGISTER ? "unregistered" : "released slaves");
705 705
706done: 706done: