From 885dc2bbabb985d61569fa664eafd8d4985a67c0 Mon Sep 17 00:00:00 2001
From: Rider Linden <none@none>
Date: Wed, 29 Apr 2015 09:33:00 -0700
Subject: [PATCH] This was not supposed to get checked in.

---
 indra/llxml/llcontrol.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h
index 8116adeae2b..04575d81e09 100755
--- a/indra/llxml/llcontrol.h
+++ b/indra/llxml/llcontrol.h
@@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string>
 		}
 		else
 		{
-			LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL;
+			LL_WARNS() << "Control " << name << " not found." << LL_ENDL;
 			return T();
 		}
 		return convert_from_llsd<T>(value, type, name);
-- 
GitLab