summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-05 10:14:52 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-05 10:14:52 +0000
commitad63b6dcc8c5331403fed93e269b32a686b2b5ae (patch)
treed9f55c959d4b8d4b16acb64b2afe94e5525d2ce7
parent18684c5dbb5e12471b75db829320dee54adf2d29 (diff)
downloadpfsense-ad63b6dcc8c5331403fed93e269b32a686b2b5ae.zip
pfsense-ad63b6dcc8c5331403fed93e269b32a686b2b5ae.tar.gz
Remove debugging
-rw-r--r--etc/inc/gwlb.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 286fa55..e6c86b9 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -241,7 +241,6 @@ function return_gateways_array() {
if(is_array($config['gateways']['gateway_item'])) {
foreach($config['gateways']['gateway_item'] as $gateway_item) {
if($gateway_item['gateway'] == $gateway['gateway']) {
- log_error("Found a match for {$gateway['gateway']} in the config array, skipping $friendly");
continue 2;
}
}
OpenPOWER on IntegriCloud