formatting

integration
SignpostMarv 2012-08-31 13:10:23 +01:00 committed by Melanie
parent 4c58c1b116
commit 8cd415c2b0
1 changed files with 1 additions and 1 deletions

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;
}