diff options
author | Rider Linden <none@none> | 2015-04-29 09:33:00 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-29 09:33:00 -0700 |
commit | 885dc2bbabb985d61569fa664eafd8d4985a67c0 (patch) | |
tree | dcf6173ec816291da01e40a3e6d23aff379c5d42 | |
parent | b0c64d5cbfdeda9a1bbc2fbc63a9afca397b49f1 (diff) |
This was not supposed to get checked in.
-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); |