diff options
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs index f8f3713..900260d 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs | |||
@@ -132,7 +132,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
132 | { | 132 | { |
133 | m_requestState = RequestState.Running; | 133 | m_requestState = RequestState.Running; |
134 | 134 | ||
135 | m_log.DebugFormat("[ARCHIVER]: AssetsRequest executed looking for {0} assets", m_repliesRequired); | 135 | m_log.DebugFormat("[ARCHIVER]: AssetsRequest executed looking for {0} possible assets", m_repliesRequired); |
136 | 136 | ||
137 | // We can stop here if there are no assets to fetch | 137 | // We can stop here if there are no assets to fetch |
138 | if (m_repliesRequired == 0) | 138 | if (m_repliesRequired == 0) |
@@ -267,7 +267,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
267 | m_requestState = RequestState.Completed; | 267 | m_requestState = RequestState.Completed; |
268 | 268 | ||
269 | m_log.DebugFormat( | 269 | m_log.DebugFormat( |
270 | "[ARCHIVER]: Successfully added {0} assets ({1} assets notified missing)", | 270 | "[ARCHIVER]: Successfully added {0} assets ({1} assets not found but these may be expected invalid references)", |
271 | m_foundAssetUuids.Count, m_notFoundAssetUuids.Count); | 271 | m_foundAssetUuids.Count, m_notFoundAssetUuids.Count); |
272 | 272 | ||
273 | // We want to stop using the asset cache thread asap | 273 | // We want to stop using the asset cache thread asap |