]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/udev/network-hotplug-rename
network-hotplug-rename: Improve log message when renaming a device
[people/stevee/network.git] / src / udev / network-hotplug-rename
index 84c03dedf1eb3e52a3f53806fbd03054a69cb8ad..785ac8988510c459f7f6d9b3ace3cd3257dd8984 100644 (file)
@@ -76,8 +76,8 @@ case "${type}" in
                port=$(port_find_free ${PORT_PATTERN})
                echo "${port}"
 
-               log DEBUG "Could not find an existing port configuration for '${INTERFACE}'."
-               log DEBUG "${INTERFACE} --> ${port}"
+               log DEBUG "Could not find an existing port configuration for '${INTERFACE}'"
+               log DEBUG "Renaming interface '${INTERFACE}' to '${port}'"
                ;;
 esac