summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 77e6659..5f4bf61 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -41,7 +41,7 @@ function handle_argument_group($iface, $argument2) {
$ipaddr = $config['interfaces'][$iface]['ipaddr'];
if (is_ipaddr($ipaddr)) {
- log_error("Hotplug event detected for {$iface} but ignoring since interface is configured with static ip({$ipaddr})");
+ log_error("Hotplug event detected for {$iface} but ignoring since interface is configured with static IP ({$ipaddr})");
$iface = get_real_interface($iface);
exec("/usr/sbin/arp -d -i {$iface} -a");
} else {
OpenPOWER on IntegriCloud