Improve availability of MetaMTA debugging info.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
@@ -247,7 +247,7 @@ class PhabricatorMetaMTAMail extends PhabricatorMetaMTADAO {
|
||||
$error = null;
|
||||
} catch (Exception $ex) {
|
||||
$ok = false;
|
||||
$error = $ex->getMessage();
|
||||
$error = $ex->getMessage()."\n".$ex->getTraceAsString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user