commit | 4cb5faa3c588623e871fc1468944e9c2e33064ee | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jan 03 23:23:38 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 03 23:23:38 2018 +0000 |
tree | 57e7f7b345bdfa7f09acfb467089536e2fc5a0f4 | |
parent | 3760b83f3fb35514c49773eff5ce10ef4488157c [diff] | |
parent | 664d7a64f4ea4ff3cbe180f8f389da72e133b4dd [diff] |
Merge "Pin lmkd for real"
diff --git a/trusty/storage/proxy/storage.c b/trusty/storage/proxy/storage.c index c61e89d..5b83e21 100644 --- a/trusty/storage/proxy/storage.c +++ b/trusty/storage/proxy/storage.c
@@ -379,7 +379,7 @@ } if (req->size > MAX_READ_SIZE) { - ALOGW("%s: request is too large (%zd > %zd) - refusing\n", + ALOGW("%s: request is too large (%u > %d) - refusing\n", __func__, req->size, MAX_READ_SIZE); msg->result = STORAGE_ERR_NOT_VALID; goto err_response;