diff --git a/indra/llcommon/llexception.cpp b/indra/llcommon/llexception.cpp
index 1c39c0f827f6cb4a282dbed0e67c43fdbac364d9..25aa5847a203ea918e54efc50809bcfe60eda46d 100644
--- a/indra/llcommon/llexception.cpp
+++ b/indra/llcommon/llexception.cpp
@@ -28,8 +28,7 @@ void log_unhandled_exception_(LLError::ELevel level,
                               const std::string& context)
 {
     // log same message but allow caller-specified severity level
-    // lllog() is the macro underlying LL_ERRS(), LL_WARNS() et al.
-    lllog(level, false, "LLException")
+    LL_VLOGS(level, "LLException")
         << file << "(" << line << "): Unhandled exception caught in " << pretty_function;
     if (! context.empty())
     {