formatting

This commit is contained in:
SignpostMarv
2012-08-31 13:10:23 +01:00
committed by Melanie
parent 4c58c1b116
commit 8cd415c2b0

View File

@@ -148,7 +148,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms
MethodInfo mi = GetMethodInfoFromType(target.GetType(), meth, true);
if (mi == null)
{
m_log.WarnFormat("[MODULE COMMANDS] Failed to register method {0}",meth);
m_log.WarnFormat("[MODULE COMMANDS] Failed to register method {0}", meth);
return;
}