diff options
Diffstat (limited to 'indra/newview/lleventpoll.cpp')
-rw-r--r-- | indra/newview/lleventpoll.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lleventpoll.cpp b/indra/newview/lleventpoll.cpp index 5e12916975..2ad7eb6866 100644 --- a/indra/newview/lleventpoll.cpp +++ b/indra/newview/lleventpoll.cpp @@ -30,8 +30,8 @@ public: void stop() { - llinfos << "LLEventPoll::Impl::stop <" << mCount << "> " - << mPollURL << llendl; + lldebugs << "LLEventPoll::Impl::stop <" << mCount << "> " + << mPollURL << llendl; // there should be a way to stop a LLHTTPClient request in progress mDone = true; mPtr = NULL; @@ -50,7 +50,7 @@ private: ~Impl() { lldebugs << "LLEventPoll::Impl::~Impl <" << mCount << "> " - << mPollURL << llendl; + << mPollURL << llendl; } |