diff --git a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs index 33c9efc8b9..82a5930896 100644 --- a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs +++ b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs @@ -116,7 +116,7 @@ namespace OpenSim.Services.IntegrationService registry.Update(); foreach (IntegrationPlugin cmd in AddinManager.GetExtensionObjects("/OpenSim/IntegrationService")) { - m_log.DebugFormat("[INTEGRATION SERVICE]: Processing _Addin {0}", cmd.PluginName); + m_log.DebugFormat("[INTEGRATION SERVICE]: Processing Addin {0}", cmd.PluginName); LoadingPlugin(cmd); }