]> git.ipfire.org Git - people/ms/network.git/commitdiff
network-hotplug-rename: Improve log message when renaming a device
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Sep 2014 11:14:34 +0000 (13:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Sep 2014 11:14:34 +0000 (13:14 +0200)
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