mantis 8327: refix minor typos
parent
c3d2f2d119
commit
31633699cf
|
@ -1160,13 +1160,13 @@ namespace OpenSim.Region.CoreModules.Asset
|
|||
{
|
||||
if(m_cleanupRunning)
|
||||
{
|
||||
con.OutputFormat("Floatsam assets check already running");
|
||||
con.OutputFormat("Flotsam assets check already running");
|
||||
return;
|
||||
}
|
||||
m_cleanupRunning = true;
|
||||
}
|
||||
|
||||
con.Output("Floatsam Ensuring assets are cached for all scenes.");
|
||||
con.Output("Flotsam Ensuring assets are cached for all scenes.");
|
||||
|
||||
WorkManager.RunInThreadPool(delegate
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue