This was not supposed to get checked in.

master
Rider Linden 2015-04-29 09:33:00 -07:00
parent b0c64d5cbf
commit 885dc2bbab
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ public:
}
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);