resolve build error when merging 0f7f7e21

Test: mma
Change-Id: Ibdcf7b47e54d3739fb922f66996365763d2acfef
This commit is contained in:
Tianjie Xu 2017-01-18 15:12:54 -08:00
parent 8a45adb243
commit 97ea844aca

View file

@ -148,8 +148,8 @@ int verify_file(unsigned char* addr, size_t length,
<< " bytes from end";
if (signature_start > comment_size) {
LOGE("signature start: %zu is larger than comment size: %zu\n", signature_start,
comment_size);
LOG(ERROR) << "signature start: " << signature_start << " is larger than comment size: "
<< comment_size;
return VERIFY_FAILURE;
}