| Index: sdk/lib/_internal/pub/lib/src/http.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/http.dart b/sdk/lib/_internal/pub/lib/src/http.dart
|
| index 2bb43e26931a25384f18329a19b416072fb7eaaf..00fa9522faac49dd50bc3565c09caf60d097ce72 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/http.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/http.dart
|
| @@ -134,7 +134,7 @@ class PubHttpClient extends http.BaseClient {
|
| var stopwatch = _requestStopwatches.remove(request)..stop();
|
| responseLog.writeln("HTTP response ${response.statusCode} "
|
| "${response.reasonPhrase} for ${request.method} ${request.url}");
|
| - responseLog.write("took ${stopwatch.elapsed}");
|
| + responseLog.writeln("took ${stopwatch.elapsed}");
|
| response.headers.forEach((name, value) =>
|
| responseLog.writeln(_logField(name, value)));
|
|
|
|
|