diff options
| -rw-r--r-- | indra/llcommon/llexception.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llexception.cpp b/indra/llcommon/llexception.cpp index 1c39c0f827..25aa5847a2 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())      {  | 
