projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141dfba
)
netconsole: clarify stopping message
author
Ferenc Wagner
<
[email protected]
>
Thu, 6 Jan 2011 05:11:20 +0000
(
05:11
+0000)
committer
David S. Miller
<
[email protected]
>
Thu, 6 Jan 2011 19:30:23 +0000
(11:30 -0800)
Signed-off-by: Ferenc Wagner <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/netconsole.c
patch
|
blob
|
history
diff --git
a/drivers/net/netconsole.c
b/drivers/net/netconsole.c
index b2ad998040fabf9b75d1bd4eeed82b2733d65714..dfb67eb2a94b726cb590f8b3a015d98a719866d1 100644
(file)
--- 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: