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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_measurement.py

Issue 1777073002: Revert of [Telemetry] Fix interaction record label warnings (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Created 4 years, 9 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 | « telemetry/telemetry/web_perf/metrics/smoothness_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_measurement.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_measurement.py b/telemetry/telemetry/web_perf/timeline_based_measurement.py
index f8421f9a7a70120bdd5624c6de28cb1a1dc16c81..63b492e7941c5cf2f7c4e60ce494c1aea0242318 100644
--- a/telemetry/telemetry/web_perf/timeline_based_measurement.py
+++ b/telemetry/telemetry/web_perf/timeline_based_measurement.py
@@ -88,7 +88,7 @@
else:
logging.warning(
'TimelineBasedMetric should create the interaction record label '
- 'for %r values.' % value.name)
+ 'for the value themselves. Value: %s' % repr(value))
value.tir_label = self._tir_label
self._results.AddValue(value)
« no previous file with comments | « telemetry/telemetry/web_perf/metrics/smoothness_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698