| commit | 625d1383d3c0e607ebc324678444d8b3a2a59f37 | [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 | 370d2e02e007d495fc0bba6d4a593350846c08a8 [diff] | |
| parent | 4dd5d00eccd8a70862f9129601ebe1e0e1bebcc3 [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;