diff options
| author | 2015-05-11 09:36:57 -0700 | |
|---|---|---|
| committer | 2015-05-11 09:36:57 -0700 | |
| commit | f7f798cec22a2ea697ec87b8d9f06f8a0ae27daf (patch) | |
| tree | f488e0b40b4461cb1f08a396a318a1340b12a83f /runtime/oat_file_assistant.cc | |
| parent | 2b689e370be9f32a88b419edf2d78eb6befade9c (diff) | |
Fix typo in VLOG message.
Change-Id: Iaf4ce1787816afce947c6e963df19d20ef5f5e1b
Diffstat (limited to 'runtime/oat_file_assistant.cc')
| -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; } |