diff options
author | Rider Linden <rider@lindenlab.com> | 2016-10-03 10:37:33 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-10-03 10:37:33 -0700 |
commit | 5ff1be79a352390ecde5bdfb9b59e609d3ced29e (patch) | |
tree | bf9f860bff70b53a9c5afe1805e68e1927ae264a /indra/newview/llappearancemgr.cpp | |
parent | 89844b345e8bfc69c5f0bd49bdc402d0b1c24e3b (diff) | |
parent | b2eded73b9bf55e2253a9c39113ff0598c2c18cb (diff) |
Merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 252e2f5dec..1b50a3fbfd 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3503,7 +3503,7 @@ void LLAppearanceMgr::serverAppearanceUpdateCoro(LLCoreHttpUtil::HttpCoroutineAd LL_WARNS("Avatar") << "Forcing version failure on COF Baking" << LL_ENDL; } - LL_INFOS() << "Requesting bake for COF version " << cofVersion << LL_ENDL; + LL_INFOS("Avatar") << "Requesting bake for COF version " << cofVersion << LL_ENDL; LLSD postData; if (gSavedSettings.getBOOL("DebugAvatarExperimentalServerAppearanceUpdate")) |