mantis 8327: fix minor typos

httptests
UbitUmarov 2018-06-16 14:18:05 +01:00
parent ba193fc606
commit c3d2f2d119
1 changed files with 2 additions and 2 deletions

View File

@ -1160,13 +1160,13 @@ namespace OpenSim.Region.CoreModules.Asset
{ {
if(m_cleanupRunning) if(m_cleanupRunning)
{ {
con.OutputFormat("FloatSam assets check already running"); con.OutputFormat("Floatsam assets check already running");
return; return;
} }
m_cleanupRunning = true; m_cleanupRunning = true;
} }
con.Output("FloatSam Ensuring assets are cached for all scenes."); con.Output("Floatsam Ensuring assets are cached for all scenes.");
WorkManager.RunInThreadPool(delegate WorkManager.RunInThreadPool(delegate
{ {