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

Unified Diff: build/android/test_wrapper/logdog_wrapper.py

Issue 2522683002: Fix logdog typo in android's logdog_wrapper.py (Closed)
Patch Set: Created 4 years, 1 month 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: build/android/test_wrapper/logdog_wrapper.py
diff --git a/build/android/test_wrapper/logdog_wrapper.py b/build/android/test_wrapper/logdog_wrapper.py
index bb3f00875bf3b74f0c3237904ca6fa1dde058c85..14ed7d138b432d0a2e856ce7f3ae8aa8b6b2e209 100755
--- a/build/android/test_wrapper/logdog_wrapper.py
+++ b/build/android/test_wrapper/logdog_wrapper.py
@@ -75,7 +75,7 @@ def main():
if not os.path.exists(args.logdog_bin_cmd):
logging.error(
- 'Logfog binary %s unavailable. Unable to upload logcats.',
+ 'Logdog binary %s unavailable. Unable to upload logcats.',
args.logdog_bin_cmd)
elif not os.path.exists(args.source):
logging.error(
« 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