Index: pkg/analysis_server/benchmark/integration/operation.dart |
diff --git a/pkg/analysis_server/benchmark/integration/operation.dart b/pkg/analysis_server/benchmark/integration/operation.dart |
index 9e408d8cbba77fd57bbab6c0264fff97ac75d238..761698e1cde980252618bf5ea63e9bc8b4de472f 100644 |
--- a/pkg/analysis_server/benchmark/integration/operation.dart |
+++ b/pkg/analysis_server/benchmark/integration/operation.dart |
@@ -87,8 +87,8 @@ class RequestOperation extends Operation { |
void recordResult(bool success, result) { |
Duration elapsed = stopwatch.elapsed; |
driver.results.record(method, elapsed, success: success); |
- driver.logger.log( |
- Level.FINE, 'Response received: $method : $elapsed\n $result'); |
+ driver.logger |
+ .log(Level.FINE, 'Response received: $method : $elapsed\n $result'); |
} |
driver.send(method, json['params']).then((Map<String, dynamic> result) { |