EXP-944 Add additional logging for troubleshooting EXP-930 - DD inbox not showing on linux viewer

master
Leyla Farazha 2011-06-29 15:21:10 -07:00
parent 2b2feaa929
commit e443dd3aab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
};