Skip to content
Snippets Groups Projects
Commit 885dc2bb authored by Rider Linden's avatar Rider Linden
Browse files

This was not supposed to get checked in.

parent b0c64d5c
Branches
Tags
No related merge requests found
...@@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string> ...@@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string>
} }
else else
{ {
LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL; LL_WARNS() << "Control " << name << " not found." << LL_ENDL;
return T(); return T();
} }
return convert_from_llsd<T>(value, type, name); return convert_from_llsd<T>(value, type, name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment