summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-27 19:10:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-27 19:10:01 -0400
commit4af515439834f0107b6b4a5407bb86e24d429072 (patch)
treea392a24aa11097c0fdddb218cdab15baa3159840 /etc/inc/util.inc
parent4e408262bdfccd1401068aea546ff7f1bd96d06b (diff)
downloadpfsense-4af515439834f0107b6b4a5407bb86e24d429072.zip
pfsense-4af515439834f0107b6b4a5407bb86e24d429072.tar.gz
Remove hard line break.
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