resolve build error when merging 0f7f7e21

Test: mma
Change-Id: Ibdcf7b47e54d3739fb922f66996365763d2acfef
diff --git a/verifier.cpp b/verifier.cpp
index 22f1523..8245486 100644
--- a/verifier.cpp
+++ b/verifier.cpp
@@ -148,8 +148,8 @@
               << " 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;
     }