From 58a52416d0fd8876dd81757ac43a033d7a85b12c Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 20 Dec 2009 23:58:38 -0500 Subject: fix text --- etc/rc.linkup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.1