Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: tools/gardening/lib/src/client.dart

Issue 3000953002: Use Bot in compare_failures (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gardening/lib/src/bot.dart ('k') | tools/gardening/lib/src/compare_failures_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/lib/src/client.dart
diff --git a/tools/gardening/lib/src/client.dart b/tools/gardening/lib/src/client.dart
index 95424fb72ca195613d68b57589845c315abcad66..e60c872f3db8480e9fea903bb0e796a6a3b1c739 100644
--- a/tools/gardening/lib/src/client.dart
+++ b/tools/gardening/lib/src/client.dart
@@ -35,8 +35,7 @@ class HttpBuildbotClient implements BuildbotClient {
void skipToPreviousBuildNumber() {
BuildUri prevBuildUri = buildUri.prev();
- log('Skip build number '
- '${buildUri.buildNumber} -> ${prevBuildUri.buildNumber}');
+ log('Skip build number on ${buildUri} -> ${prevBuildUri.buildNumber}');
buildUri = buildUri.prev();
}
« no previous file with comments | « tools/gardening/lib/src/bot.dart ('k') | tools/gardening/lib/src/compare_failures_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698