diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2011-06-29 15:21:10 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2011-06-29 15:21:10 -0700 | 
| commit | e443dd3aab1c0bb017ffbf7a0b53edde3680f33b (patch) | |
| tree | 323c806164a302b63440a6472f7a69ee64cfa48b | |
| parent | 2b2feaa929eda46bfeb4fe8baf2838e798ab35ac (diff) | |
EXP-944 Add additional logging for troubleshooting EXP-930 - DD inbox not showing on linux viewer
| -rw-r--r-- | indra/newview/llviewermedia.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 74b87045e7..39ad1cfd20 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1385,7 +1385,7 @@ public:  		else  		{  			// API in unavailable -			llinfos << "Marketplace API is unavailable -- Inbox Disabled" << llendl; +			llinfos << "Marketplace API is unavailable -- Inbox Disabled, status = " << status << ", reason = " << reason << llendl;  		}  	}  }; | 
