mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Show bad fingerprint.
This commit is contained in:
@@ -604,7 +604,7 @@ public:
|
||||
Fingerprint::DIGEST_LENGTH};
|
||||
if (auto fp = Fingerprint::fromString(str))
|
||||
return fp.getValue();
|
||||
llvm::errs() << "Unconvertable fingerprint\n";
|
||||
llvm::errs() << "Unconvertable fingerprint '" << str << "'\n";
|
||||
abort();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user