resolve build error when merging 0f7f7e21
Test: mma Change-Id: Ibdcf7b47e54d3739fb922f66996365763d2acfef
This commit is contained in:
parent
8a45adb243
commit
97ea844aca
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue