From: Michael Tremer Date: Sat, 6 Sep 2014 11:14:34 +0000 (+0200) Subject: network-hotplug-rename: Improve log message when renaming a device X-Git-Tag: 007~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9afeb4da6117f16534d5b0cd512dac0e74c1b1;p=network.git network-hotplug-rename: Improve log message when renaming a device --- diff --git a/src/udev/network-hotplug-rename b/src/udev/network-hotplug-rename index 84c03ded..785ac898 100644 --- a/src/udev/network-hotplug-rename +++ b/src/udev/network-hotplug-rename @@ -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