diff options
Diffstat (limited to 'indra/newview/llfloateravatarpicker.cpp')
-rw-r--r-- | indra/newview/llfloateravatarpicker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |