diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs b/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs index bc56963..bbccef9 100644 --- a/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs +++ b/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs | |||
@@ -305,6 +305,10 @@ namespace OpenSim.Services.Connectors | |||
305 | } | 305 | } |
306 | else | 306 | else |
307 | { | 307 | { |
308 | if (asset.UploadAttempts > 0) | ||
309 | { | ||
310 | m_log.InfoFormat("[Assets] Upload of {0} succeeded after {1} failed attempts", asset.ID.ToString(), asset.UploadAttempts.ToString())); | ||
311 | } | ||
308 | if (newID != String.Empty) | 312 | if (newID != String.Empty) |
309 | { | 313 | { |
310 | // Placing this here, so that this work with old asset servers that don't send any reply back | 314 | // Placing this here, so that this work with old asset servers that don't send any reply back |