diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-08 18:37:35 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-08 18:37:35 -0500 |
| commit | 8332550c6dc2a159c9c5812819e167578eda1269 (patch) | |
| tree | c97c3015cf2162f4f14885948e94e5a2f1f8edd8 /indra/newview/llstartup.cpp | |
| parent | 62ce5d0ebd1bf65d6a66457d48cd4d2aa4a4bd06 (diff) | |
Temporary diagnostics
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index d1b91df6e9..171b441b2b 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2544,6 +2544,8 @@ bool callback_choose_gender(const LLSD& notification, const LLSD& response) void LLStartUp::loadInitialOutfit( const std::string& outfit_folder_name, const std::string& gender_name ) { + llinfos << "BAP load initial outfit start" << llendl; + // Not going through the processAgentInitialWearables path, so need to set this here. LLAppearanceManager::instance().setAttachmentInvLinkEnable(true); // Initiate creation of COF, since we're also bypassing that. |
