Report asset upload success if it has previously failed

This commit is contained in:
Tom Grimshaw
2010-07-01 08:52:30 -07:00
parent 4851706d35
commit 38384cc79c

View File

@@ -305,6 +305,10 @@ namespace OpenSim.Services.Connectors
}
else
{
if (asset.UploadAttempts > 0)
{
m_log.InfoFormat("[Assets] Upload of {0} succeeded after {1} failed attempts", asset.ID.ToString(), asset.UploadAttempts.ToString()));
}
if (newID != String.Empty)
{
// Placing this here, so that this work with old asset servers that don't send any reply back