mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 21:21:49 +00:00
udev: netif_rename - don't log to kmsg
As of 3.17, the kernel will do this on its own, so just do regular log_debug() logging from udev.
This commit is contained in:
@@ -762,7 +762,7 @@ static int rename_netif(struct udev_event *event) {
|
||||
return r;
|
||||
}
|
||||
|
||||
print_kmsg("renamed network interface '%s' to '%s'\n", oldname, name);
|
||||
log_debug("renamed network interface '%s' to '%s'\n", oldname, name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user