aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 609c559..a3368fb 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
145 { 145 {
146 DebugLevel = debugLevel; 146 DebugLevel = debugLevel;
147 MainConsole.Instance.OutputFormat( 147 MainConsole.Instance.OutputFormat(
148 "Set event queue debug level to {0} in {1}", DebugLevel, m_scene.Name); 148 "Set attachments debug level to {0} in {1}", DebugLevel, m_scene.Name);
149 } 149 }
150 } 150 }
151 151