Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38cfb907 authored by Ferenc Wagner's avatar Ferenc Wagner Committed by David S. Miller
Browse files

netconsole: clarify stopping message

parent 141dfba3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: