summaryrefslogtreecommitdiffstats
path: root/oat_process/app_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'oat_process/app_main.cpp')
-rw-r--r--oat_process/app_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/oat_process/app_main.cpp b/oat_process/app_main.cpp
index 53321f1..4e90dab 100644
--- a/oat_process/app_main.cpp
+++ b/oat_process/app_main.cpp
@@ -77,7 +77,7 @@ public:
char* slashClassName = toSlashClassName(mClassName);
mClass = env->FindClass(slashClassName);
if (mClass == NULL) {
- LOG(ERROR) << StringPrintf("ERROR: could not find class '%s'\n", mClassName);
+ LOG(FATAL) << "Could not find class: " << mClassName;
}
free(slashClassName);