summaryrefslogtreecommitdiff
path: root/indra/llxml
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-16 17:01:10 -0700
committerRider Linden <none@none>2015-04-16 17:01:10 -0700
commitc4bcc83336c623b97e982443ce2f91d82d1a187d (patch)
tree64a19ba7680f643dff4f61f12d0e7621546fcac8 /indra/llxml
parent0d302e692fd25e5dd7a37b5ac4c9d14f3e5d470d (diff)
Facebook conversion.
Diffstat (limited to 'indra/llxml')
-rwxr-xr-xindra/llxml/llcontrol.h2
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);