Add a print to figure out where the hang occurs.

TBR=rogerta@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11235034

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163342 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
maruel@chromium.org 14 years ago
parent 9e227d5bd5
commit 370a623c70

@ -67,6 +67,7 @@ def main():
if options.password == '-':
options.password = sys.stdin.readline().strip()
print('Connecting to %s' % options.server)
# Always try un-authenticated first.
# TODO(maruel): Use OAuth2 properly so we don't hit rate-limiting on login
# attempts.

Loading…
Cancel
Save