diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h index 04575d81e09d47b7bf636e6a28209ca5eae8af5e..8116adeae2bb93644f174b3b5ca670a0dee49e15 100755 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string> } 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); diff --git a/indra/newview/llmediadataclient.cpp b/indra/newview/llmediadataclient.cpp index ac742e0ce6abc114ddde39b8b124d918af7ad0fc..f996e7b26ea785199ceb931c5863a933fd2141a9 100755 --- a/indra/newview/llmediadataclient.cpp +++ b/indra/newview/llmediadataclient.cpp @@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick() } // Release the ref to the request. - mRequest.reset() + mRequest.reset(); // Don't fire again return TRUE;