diff options
| -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))  | 
