From 71ce49239adc1abec26d73ddd97cfd0c17677c2b Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 20 Apr 2010 17:05:54 -0700 Subject: Cleaned up debug spam --- indra/newview/llfloateravatarpicker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloateravatarpicker.cpp b/indra/newview/llfloateravatarpicker.cpp index 76567229d9..db559ce13c 100644 --- a/indra/newview/llfloateravatarpicker.cpp +++ b/indra/newview/llfloateravatarpicker.cpp @@ -363,7 +363,7 @@ public: /*virtual*/ void error(U32 status, const std::string& reason) { - llinfos << "JAMESDEBUG avatar picker failed " << status + llinfos << "avatar picker failed " << status << " reason " << reason << llendl; } }; @@ -392,7 +392,7 @@ void LLFloaterAvatarPicker::find() } url += "?name="; url += LLURI::escape(text); - llinfos << "JAMESDEBUG picker " << url << llendl; + llinfos << "avatar picker " << url << llendl; LLHTTPClient::get(url, new LLAvatarPickerResponder(mQueryID)); } else -- cgit v1.2.3