summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-29 15:21:10 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-29 15:21:10 -0700
commite443dd3aab1c0bb017ffbf7a0b53edde3680f33b (patch)
tree323c806164a302b63440a6472f7a69ee64cfa48b
parent2b2feaa929eda46bfeb4fe8baf2838e798ab35ac (diff)
EXP-944 Add additional logging for troubleshooting EXP-930 - DD inbox not showing on linux viewer
-rw-r--r--indra/newview/llviewermedia.cpp2
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;
}
}
};