summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2015-05-11 18:14:15 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-05-11 18:14:15 +0000
commit8c602914152cc4f32b70b5951566ef9ad735a538 (patch)
tree723e335b5b9809a6ed68a0c55ebc893dfc129296
parent93f2305e1be4ab50f595f366651338903bd90dd9 (diff)
parenta34ea222385996d9b6c6e057bad3ca7dae79cfba (diff)
am a34ea222: am 1ed3ab7c: am bd0cfef5: Merge "Fix typo in VLOG message."
* commit 'a34ea222385996d9b6c6e057bad3ca7dae79cfba': Fix typo in VLOG message.
-rw-r--r--runtime/oat_file_assistant.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc
index 2f67263285..818ad19406 100644
--- a/runtime/oat_file_assistant.cc
+++ b/runtime/oat_file_assistant.cc
@@ -465,7 +465,7 @@ bool OatFileAssistant::GivenOatFileIsUpToDate(const OatFile& file) {
const ImageInfo* image_info = GetImageInfo();
if (image_info == nullptr) {
- VLOG(oat) << "No image for to check oat relocation against.";
+ VLOG(oat) << "No image to check oat relocation against.";
return false;
}