Index: build/android/pylib/flag_changer.py |
diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py |
index d497ef6fdfd752b0caf264baec13d3ae7516950d..6eb9f0b3c675f93feb2a827fc1aa31f5a8e1fb48 100644 |
--- a/build/android/pylib/flag_changer.py |
+++ b/build/android/pylib/flag_changer.py |
@@ -3,6 +3,7 @@ |
# found in the LICENSE file. |
import constants |
+import logging |
import traceback |
import warnings |
@@ -86,7 +87,7 @@ class FlagChanger(object): |
def _UpdateCommandLineFile(self): |
"""Writes out the command line to the file, or removes it if empty.""" |
- print "Current flags: ", self._current_flags |
+ logging.info('Current flags: %s', self._current_flags) |
if self._current_flags: |
self._android_cmd.SetProtectedFileContents(CHROME_COMMAND_FILE, |