Mono 2.0 fix - call ToArray() explicitly

This commit is contained in:
Melanie
2013-09-08 19:41:51 +02:00
parent 528fc5358d
commit ddf67bf929
4 changed files with 19 additions and 5 deletions

View File

@@ -405,7 +405,7 @@ namespace OpenSim
}
}
m_log.InfoFormat("[SCENE]: Secure permissions loading enabled, modules loaded: {0}", String.Join(" ", m_permsModules));
m_log.InfoFormat("[SCENE]: Secure permissions loading enabled, modules loaded: {0}", String.Join(" ", m_permsModules.ToArray()));
}
scene.SetModuleInterfaces();