diff options
author | Don Kjer <don@lindenlab.com> | 2011-06-09 16:22:13 -0700 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-06-09 16:22:13 -0700 |
commit | 0d5da61313a40f68382fb6823c6f5d4f3f18f3da (patch) | |
tree | 19a207d2b19043c585c48d11c0f36fe5fc3eba52 /indra/newview | |
parent | fa4d4469dd229030b46c11c6060fdbcfaec12e41 (diff) |
Added log spam for mesh upload responses
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 111802cd47..2c6d19bfe5 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -585,6 +585,7 @@ public: //assert_main_thread(); mThread->mPendingUploads--; dumpLLSDToFile(content,make_dump_name("whole_model_upload_response_",dump_num)); + llinfos << "LLWholeModelUploadResponder content: " << content << llendl; // requested "mesh" asset type isn't actually the type // of the resultant object, fix it up here. if (isGoodStatus(status)) |