diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-30 17:08:28 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-30 17:08:28 -0700 |
commit | 2ddad24c4d5e64711cdbffd98e290d3da8e9714a (patch) | |
tree | 41d0e42d9c6ecef131651910402c6eb7cc66ec18 /indra/newview/llsettingsvo.cpp | |
parent | acaf57100eade61262d73cf5b318c4545e921bd5 (diff) |
Timeline behavior in day cycle edit.
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r-- | indra/newview/llsettingsvo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp index ed3c18ef4e..1ac607cd1f 100644 --- a/indra/newview/llsettingsvo.cpp +++ b/indra/newview/llsettingsvo.cpp @@ -240,7 +240,7 @@ void LLSettingsVOBase::onAssetDownloadComplete(LLVFS *vfs, const LLUUID &asset_i } else { - LL_WARNS("SETTINGS") << "Error retrieving asset asset_id. Status code=" << status << " ext_status=" << ext_status << LL_ENDL; + LL_WARNS("SETTINGS") << "Error retrieving asset asset_id. Status code=" << status << "(" << LLAssetStorage::getErrorString(status) << ") ext_status=" << ext_status << LL_ENDL; } callback(asset_id, settings, status, ext_status); } |