Skip to content

Commit 83438ca

Browse files
committed
Output more useful information
Signed-off-by: Austin Seipp <aseipp@pobox.com>
1 parent 0931f72 commit 83438ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extensions/differential/customfield/DifferentialGhcTracField.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ public function validateApplicationTransactions(
159159
$type,
160160
pht('Invalid issue reference'),
161161
pht('References to GHC Trac tickets may only take the form '.
162-
'`#XYZ` where `XYZ` may refer to an issue number.'),
162+
'`#XYZ` where `XYZ` refers to an issue number, but you '.
163+
'specified "%s"', $id),
163164
$xaction);
164165
}
165166
}

0 commit comments

Comments
 (0)