commit | ce812a22ca63d74ba48e0a7ebb0ea521837b2efd | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Wed Feb 10 13:31:22 2021 -0800 |
committer | Tri Vo <trong@google.com> | Wed Feb 10 13:31:24 2021 -0800 |
tree | 718d4b49bbdccd3f593b93fbb567e387fd73f022 | |
parent | 003bf066b2387fbb7a586bf4e2bda90374049761 [diff] [blame] |
trusty: Fix up error messages Bug: 171750250 Test: m Change-Id: I41cde13a891da36c85df6a451b2d051c18365797
diff --git a/trusty/fuzz/utils.cpp b/trusty/fuzz/utils.cpp index f4cf0b6..3526337 100644 --- a/trusty/fuzz/utils.cpp +++ b/trusty/fuzz/utils.cpp
@@ -113,7 +113,7 @@ int rc = write(ta_fd_, buf, len); alarm(0); if (rc < 0) { - return Error() << "failed to read TIPC message from TA: "; + return Error() << "failed to write TIPC message to TA: "; } return {};