summaryrefslogtreecommitdiff
path: root/OWNERS
diff options
context:
space:
mode:
authorCheng-Han Yang <chenghan@google.com>2019-03-17 18:12:23 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2019-03-26 15:12:45 +0000
commitb6622b17a24ad03d4d8f411188bef20d3aa2173d (patch)
tree7a4a19af9153fcf3da5b643e0766f13339bd16ae /OWNERS
parent85eda25525d374fa68d8fcc166f970290eba57df (diff)
downloadchrome-ec-b6622b17a24ad03d4d8f411188bef20d3aa2173d.tar.gz
gsctool: Add error code description if authcode fails.
When doing RMA reset and the auth code is rejected, gsctool only reports the error code, which is not clear for the user. This CL adds the failure reason to make the message clearer. BUG=b:128801501 TEST=make gsctool; manually test on DUT BRANCH=none [Before fix] localhost $ gsctool -a -r "A" rma unlock failed, code 1 Processing response... localhost $ gsctool -a -r "ABCDEFGH" rma unlock failed, code 6 Processing response... [After fix] localhost $ gsctool -a -r "A" Processing response... rma unlock failed, code 1 (wrong authcode size) localhost $ gsctool -a -r "ABCDEFGH" Processing response... rma unlock failed, code 6 (authcode mismatch) Change-Id: I5db4d8f7cffe5b582f48fdc3b7fb27493b3715ff Signed-off-by: Cheng-Han Yang <chenghan@google.com> Reviewed-on: https://chromium-review.googlesource.com/1527905 Commit-Ready: Cheng-Han Yang <chenghan@chromium.org> Tested-by: Cheng-Han Yang <chenghan@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1539439 Reviewed-by: Cheng-Han Yang <chenghan@chromium.org> Commit-Queue: Cheng-Han Yang <chenghan@chromium.org>
Diffstat (limited to 'OWNERS')
0 files changed, 0 insertions, 0 deletions