summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/util.inc')
-rw-r--r--etc/inc/util.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 8138196..4dc5681 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -957,8 +957,7 @@ function is_interface_mismatch() {
$i++;
}
else if (does_interface_exist($ifcfg['if']) == false) {
- file_notice("interfaces", "{$ifcfg['if']} is not present anymore on the system, you need to reassign interfaces or take appropriate actions.", "System", "
-", 2);
+ file_notice("interfaces", "{$ifcfg['if']} is not present anymore on the system, you need to reassign interfaces or take appropriate actions.", "System", "", 2);
$do_assign = true;
} else
$i++;
OpenPOWER on IntegriCloud