Commit 93477fd5 authored by maruel@chromium.org's avatar maruel@chromium.org

Add another print statement to debug apply_issue problem.

TBR=cmp@chromium.org
BUG=


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165354 0039d316-1c4b-4281-b951-d872f2087c98
parent 518597c5
......@@ -65,6 +65,7 @@ def main():
parser.error('Require a valid server')
if options.password == '-':
print('Reading password')
options.password = sys.stdin.readline().strip()
print('Connecting to %s' % options.server)
......
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