Merge branch 'master' into httptests

httptests
UbitUmarov 2018-01-16 19:12:19 +00:00
commit c35803964f
1 changed files with 1 additions and 1 deletions

View File

@ -1943,7 +1943,7 @@ namespace OpenSim.Region.Framework.Scenes
{
if (!m_backingup)
{
WorkManager.RunInThreadPool(o => Backup(false), null, string.Format("BackupWorker ({0})", Name, false));
WorkManager.RunInThreadPool(o => Backup(false), null, string.Format("BackupWorker ({0}", Name), false);
}
}