| Index: sdk/lib/_internal/pub/lib/src/io.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart
|
| index 58a52ef00eaf0e412fb618ec23763f836da0273f..2f137b603b433e23f2f5231b7f43f2e09152fa69 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/io.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/io.dart
|
| @@ -398,7 +398,7 @@ void tryDeleteEntry(String path) {
|
| try {
|
| deleteEntry(path);
|
| } catch (error, stackTrace) {
|
| - log.fine("Failed to delete $entry: $error\n"
|
| + log.fine("Failed to delete $path: $error\n"
|
| "${new Chain.forTrace(stackTrace)}");
|
| }
|
| }
|
|
|