mantis 8327: fix minor typos
parent
ba193fc606
commit
c3d2f2d119
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue