Small fixes

This commit is contained in:
RainLoop Team 2014-01-08 21:30:11 +04:00
parent 7134b65210
commit 9cc791caba
3 changed files with 4 additions and 4 deletions

View file

@ -600,7 +600,7 @@ class ManageSieveClient extends \MailSo\Net\NetClient
'OK' !== \substr($aResponse[\count($aResponse) - 1], 0, 2))
{
$this->writeLogException(
new \MailSo\Sieve\Exceptions\NegativeResponseException(),
new \MailSo\Sieve\Exceptions\NegativeResponseException($aResponse),
\MailSo\Log\Enumerations\Type::WARNING, true);
}
}