summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r--runtime/entrypoints/entrypoint_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc
index db51264861..5ea9f708a2 100644
--- a/runtime/entrypoints/entrypoint_utils.cc
+++ b/runtime/entrypoints/entrypoint_utils.cc
@@ -198,7 +198,7 @@ void ThrowStackOverflowError(Thread* self) {
}
if (!error_msg.empty()) {
- LOG(ERROR) << error_msg;
+ LOG(WARNING) << error_msg;
CHECK(self->IsExceptionPending());
}