| Index: chrome/test/mini_installer/quit_chrome.py
|
| diff --git a/chrome/test/mini_installer/quit_chrome.py b/chrome/test/mini_installer/quit_chrome.py
|
| index 4dbf78d43dc3eeb8429b36cad9e12f44cbe5e4ed..c25d8da4d27e62772159f4adb4362a85ed1032f6 100644
|
| --- a/chrome/test/mini_installer/quit_chrome.py
|
| +++ b/chrome/test/mini_installer/quit_chrome.py
|
| @@ -69,7 +69,8 @@ def QuitChrome(chrome_path):
|
| """
|
| if not CloseWindows(chrome_path):
|
| # TODO(robertshield): Investigate why Chrome occasionally doesn't shut down.
|
| - print 'Warning: Chrome not responding to window closure. Killing process...'
|
| + sys.stderr.write('Warning: Chrome not responding to window closure. '
|
| + 'Killing all processes belonging to %s\n' % chrome_path)
|
| KillNamedProcess(chrome_path)
|
|
|
|
|
|
|