Skip to content

Commit

Permalink
fix: typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Oct 22, 2023
1 parent 395ecbe commit 300b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tool/lib/src/artifacts_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class ArtifactProvider {
_log.fine('Downloading signature from $signatureUrl');
if (signature.statusCode == 404) {
_log.warning(
'Precompiled binaries for available for crate hash $crateHash');
'Precompiled binaries not available for crate hash $crateHash ($fileName)');
return;
}
if (signature.statusCode != 200) {
Expand Down

0 comments on commit 300b58f

Please sign in to comment.