| Index: utils/pub/hosted_source.dart
|
| diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
|
| index 07ea60f0545aefd290403cb4b2ca5a1d25682b12..b009f54580e3c21574d5f2772c09bef24c52f6be 100644
|
| --- a/utils/pub/hosted_source.dart
|
| +++ b/utils/pub/hosted_source.dart
|
| @@ -79,7 +79,7 @@ class HostedSource extends Source {
|
| systemCache.createTempDir()]).chain((args) {
|
| tempDir = args[1];
|
| return timeout(extractTarGz(args[0], tempDir), HTTP_TIMEOUT,
|
| - 'Timed out while fetching URL "$fullUrl".');
|
| + 'fetching URL "$fullUrl"');
|
| }).chain((_) {
|
| // Now that the install has succeeded, move it to the real location in
|
| // the cache. This ensures that we don't leave half-busted ghost
|
|
|