diff options
| author | 2015-05-11 17:46:44 +0000 | |
|---|---|---|
| committer | 2015-05-11 17:47:51 +0000 | |
| commit | bd0cfef567012fa6c75243d9157ddceaab7cdaac (patch) | |
| tree | c0afa4206778ff9e3ee5f69077f54bdc7b25dd1f | |
| parent | c55efc7335e35f6731b04afc3a1db838c086beb3 (diff) | |
| parent | f7f798cec22a2ea697ec87b8d9f06f8a0ae27daf (diff) | |
Merge "Fix typo in VLOG message."
| -rw-r--r-- | runtime/oat_file_assistant.cc | 2 |
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; } |