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

Unified Diff: adb/contrib/adb_commands_safe.py

Issue 2633463003: python-adb: Fix KillADB logging. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adb/contrib/adb_commands_safe.py
diff --git a/adb/contrib/adb_commands_safe.py b/adb/contrib/adb_commands_safe.py
index cf149405288eef62aa96cb37f4ac7780c3d09eed..54944419a6f6c5aff97a69783c6faa40bf449f39 100644
--- a/adb/contrib/adb_commands_safe.py
+++ b/adb/contrib/adb_commands_safe.py
@@ -77,7 +77,8 @@ def KillADB():
culprits = '\n'.join(p for p in processes if 'adb' in p)
_LOG.error(
- 'KillADB() failed after %d attempts. Potential culprits: %s' % culprits)
+ 'KillADB() failed after %d attempts. Potential culprits: %s',
+ attempts, culprits)
class AdbCommandsSafe(object):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698