Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15566565
D18480.id44395.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
648 B
Referenced Files
None
Subscribers
None
D18480.id44395.diff
View Options
diff --git a/src/filesystem/binary/PhutilBinaryAnalyzer.php b/src/filesystem/binary/PhutilBinaryAnalyzer.php
--- a/src/filesystem/binary/PhutilBinaryAnalyzer.php
+++ b/src/filesystem/binary/PhutilBinaryAnalyzer.php
@@ -27,11 +27,13 @@
final public function requireBinaryVersion() {
$version = $this->getBinaryVersion();
+ $binary = $this->getBinaryName();
if ($version === null) {
throw new Exception(
pht(
'Unable to determine the installed version of binary "%s". This '.
- 'version is required.'));
+ 'version is required.',
+ $binary));
}
return $version;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 8:32 PM (6 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710870
Default Alt Text
D18480.id44395.diff (648 B)
Attached To
Mode
D18480: Fix binary translation text
Attached
Detach File
Event Timeline
Log In to Comment