* minor: just a few formatting changes and log quietening

This commit is contained in:
Justin Clarke Casey
2009-01-29 18:39:33 +00:00
parent 25e241837b
commit 6e63e93ec7
3 changed files with 12 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (!m_FunctionPerms.ContainsKey(function))
{
string perm = m_ScriptEngine.Config.GetString("Allow_"+function, "");
string perm = m_ScriptEngine.Config.GetString("Allow_" + function, "");
if (perm == "")
{
m_FunctionPerms[function] = null; // a null value is default