Commit 370a623c authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent 9e227d5b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment