diff options
author | Rider Linden <none@none> | 2015-04-29 09:30:37 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-29 09:30:37 -0700 |
commit | b0c64d5cbfdeda9a1bbc2fbc63a9afca397b49f1 (patch) | |
tree | 86cd3aa7e12f93f6b2ab00f36661f13c3977e2c5 /indra/llxml | |
parent | 56d6e32b450c81829555a4cecfac6b96ce09ebdc (diff) |
Forgot a ';'
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 04575d81e0..8116adeae2 100755 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -256,7 +256,7 @@ public: } else { - LL_WARNS() << "Control " << name << " not found." << LL_ENDL; + LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL; return T(); } return convert_from_llsd<T>(value, type, name); |