Index: build/android/pylib/device/battery_utils.py |
diff --git a/build/android/pylib/device/battery_utils.py b/build/android/pylib/device/battery_utils.py |
index 1be42037d997f6fac5e15244bc8647ee3a340296..aa9b657b03dbad8b1322fa65ee7e2a722cdfba7c 100644 |
--- a/build/android/pylib/device/battery_utils.py |
+++ b/build/android/pylib/device/battery_utils.py |
@@ -455,7 +455,7 @@ class BatteryUtils(object): |
logging.info('Current battery temperature: %s', temp) |
return int(temp) <= target_temp |
- logging.info('Waiting for the device to cool down to %s degrees.', |
+ logging.info('Waiting for the device to cool down to %s (0.1 C)', |
target_temp) |
timeout_retry.WaitFor(cool_device, wait_period=wait_period) |