summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/class_linker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index c7fbf59420..cad968dfc2 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -5056,7 +5056,7 @@ verifier::FailureKind ClassLinker::VerifyClass(Thread* self,
<< " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8()
<< ": "
<< preverified
- << "( " << oat_file_class_status << ")";
+ << " (" << oat_file_class_status << ")";
// If the oat file says the class had an error, re-run the verifier. That way we will either:
// 1) Be successful at runtime, or