diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index d452805..d1cb5e8 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -1160,13 +1160,13 @@ namespace OpenSim.Region.CoreModules.Asset | |||
1160 | { | 1160 | { |
1161 | if(m_cleanupRunning) | 1161 | if(m_cleanupRunning) |
1162 | { | 1162 | { |
1163 | con.OutputFormat("Floatsam assets check already running"); | 1163 | con.OutputFormat("Flotsam assets check already running"); |
1164 | return; | 1164 | return; |
1165 | } | 1165 | } |
1166 | m_cleanupRunning = true; | 1166 | m_cleanupRunning = true; |
1167 | } | 1167 | } |
1168 | 1168 | ||
1169 | con.Output("Floatsam Ensuring assets are cached for all scenes."); | 1169 | con.Output("Flotsam Ensuring assets are cached for all scenes."); |
1170 | 1170 | ||
1171 | WorkManager.RunInThreadPool(delegate | 1171 | WorkManager.RunInThreadPool(delegate |
1172 | { | 1172 | { |