summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-20 17:05:54 -0700
committerJames Cook <james@lindenlab.com>2010-04-20 17:05:54 -0700
commit71ce49239adc1abec26d73ddd97cfd0c17677c2b (patch)
tree16d4362d4d1e1d026a0938b774811094c81df920 /indra/newview
parent022a598694cd37bebff3322054324c7d27afd5ff (diff)
Cleaned up debug spam
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloateravatarpicker.cpp4
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