[Pkg-owncloud-commits] [owncloud] 57/90: Set the debugoutput channel to error_log instead of echoing it
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit f03a1868aba3ac433a8078f06fba3d3c7fd226d4
Author: Joas Schilling <nickvergessen at gmx.de>
Date: Wed Jan 21 14:31:24 2015 +0100
Set the debugoutput channel to error_log instead of echoing it
---
lib/private/mail.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/mail.php b/lib/private/mail.php
index 81bcb3d..c23f3db 100644
--- a/lib/private/mail.php
+++ b/lib/private/mail.php
@@ -61,6 +61,7 @@ class OC_Mail {
$mailo->Port = $SMTPPORT;
$mailo->SMTPAuth = $SMTPAUTH;
$mailo->SMTPDebug = $SMTPDEBUG;
+ $mailo->Debugoutput = 'error_log';
$mailo->SMTPSecure = $SMTPSECURE;
$mailo->AuthType = $SMTPAUTHTYPE;
$mailo->Username = $SMTPUSERNAME;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list