diff options
author | Rider Linden <none@none> | 2015-04-17 08:59:25 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-17 08:59:25 -0700 |
commit | 737037309fd4ca3ccc0f03bc5bc9a02a1d610a96 (patch) | |
tree | bff298b28b4878a811a7a2b4be1cc8ed4add06d1 /indra/llxml | |
parent | 6b8fecb8b084ebe054fb0314d34e04f48fe48b1e (diff) |
Replace a couple of changes that I didn't mean to remove.
Diffstat (limited to 'indra/llxml')
-rwxr-xr-x | indra/llxml/llcontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h index 8116adeae2..04575d81e0 100755 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -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); |