mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 17:30:59 +01:00
Improve availability of MetaMTA debugging info.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
175884e5d2
commit
33a9019a89
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class PhabricatorMetaMTAMail extends PhabricatorMetaMTADAO {
|
|||
$error = null;
|
||||
} catch (Exception $ex) {
|
||||
$ok = false;
|
||||
$error = $ex->getMessage();
|
||||
$error = $ex->getMessage()."\n".$ex->getTraceAsString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue