Ooops... fix the parentesis

0.9.0.1-postfixes
UbitUmarov 2018-01-16 19:10:56 +00:00
parent d39bf37926
commit 8fe16a1974
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);
}
}