From 334eb89d8e993c05511f858b6a36732e7dd659df Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 31 Aug 2016 16:17:50 -0400
Subject: [PATCH] MAINT-5232: Add a tag to LLSingleton log messages.

---
 indra/llcommon/llsingleton.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llsingleton.cpp b/indra/llcommon/llsingleton.cpp
index 76789e438e0..4212014e1b1 100644
--- a/indra/llcommon/llsingleton.cpp
+++ b/indra/llcommon/llsingleton.cpp
@@ -353,7 +353,7 @@ void log(LLError::ELevel level,
     // around and around we go.
     if (LLError::is_available())
     {
-        lllog(level, false) << p1 << p2 << p3 << p4 << LL_ENDL;
+        lllog(level, false, "LLSingleton") << p1 << p2 << p3 << p4 << LL_ENDL;
     }
     else
     {
-- 
GitLab