summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-05-11 20:14:24 -0400
committerChris Buechler <cmb@pfsense.org>2010-05-11 20:14:24 -0400
commit24fb22632af9a88d68d29b8a6c0b21633dd71f08 (patch)
tree27d7c61e8966ff4c4e2950a3aa36f2bc96f95e5f /etc/inc/system.inc
parentaeccfd0efb982c2c790e3ba8b129d973aefa1d85 (diff)
downloadpfsense-24fb22632af9a88d68d29b8a6c0b21633dd71f08.zip
pfsense-24fb22632af9a88d68d29b8a6c0b21633dd71f08.tar.gz
fix up text
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 530497b..369d181 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -291,7 +291,7 @@ function system_routing_configure() {
* gateway setup configured.
* Force WAN to be default gateway because that is the 1.2 behavior.
*/
- log_error("SYSTEM: We do not have a default gateway in our config. Is this configuration damaged?");
+ log_error("WARNING: There is no default gateway in the configuration.");
if (is_ipaddr($config['interfaces']['wan']['gateway'])) {
$gatewayip = $config['interfaces']['wan']['gateway'];
mwexec("/sbin/route add default " . escapeshellarg($gatewayip), true);
@@ -313,7 +313,7 @@ function system_routing_configure() {
} else if (is_ipaddr($rtent['gateway'])) {
$gatewayip = $rtent['gateway'];
} else {
- log_error("Static Routes: Gateway ip could not be found for {$rtent['network']}");
+ log_error("Static Routes: Gateway IP could not be found for {$rtent['network']}");
continue;
}
OpenPOWER on IntegriCloud