summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 17:27:26 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 17:27:26 -0500
commitf602d493f8378250eee897477d2f14c00c0d18cf (patch)
tree52c2d4f2f0b17973009a6e4373b4d067cefac73b /etc
parent5f156797f01e53993176a44587624e4844c91d80 (diff)
downloadpfsense-f602d493f8378250eee897477d2f14c00c0d18cf.zip
pfsense-f602d493f8378250eee897477d2f14c00c0d18cf.tar.gz
Turn off debugging
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index b936dcd..7f2e199 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -293,7 +293,7 @@ function notify_via_smtp($message) {
$smtp->direct_delivery = 0;
$smtp->ssl = 0;
- $smtp->debug = 1;
+ $smtp->debug = 0;
$smtp->html_debug = 0;
$headers = array(
OpenPOWER on IntegriCloud