From dbe72df55726eeca1cde9e623cf027fa196eb964 Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Mon, 4 Jun 2018 17:46:13 +0000 Subject: [PATCH] minor: fix translation error in exception Test Plan: look hard at code. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D19463 --- .../aphlict/management/PhabricatorAphlictManagementWorkflow.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php b/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php index 8522f00421..5bcb66c135 100644 --- a/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php +++ b/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php @@ -217,6 +217,7 @@ abstract class PhabricatorAphlictManagementWorkflow 'index "%s"). You should manually create this directory or '. 'choose a different logfile location. %s', $dir, + $index, $ex->getMessage())); } }