aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2014-11-10 21:18:33 -0800
committerDiva Canto2014-11-10 21:18:33 -0800
commit89cb07eb496564199bc370e368a0f2c3561d2b86 (patch)
tree1ff4da9428f19ce27aab589520471308b12cca6a /OpenSim
parentAdd additional viewer support modules that allow certain viewers to modify th... (diff)
parentminor: correct console response when setting attachments logging level (diff)
downloadopensim-SC_OLD-89cb07eb496564199bc370e368a0f2c3561d2b86.zip
opensim-SC_OLD-89cb07eb496564199bc370e368a0f2c3561d2b86.tar.gz
opensim-SC_OLD-89cb07eb496564199bc370e368a0f2c3561d2b86.tar.bz2
opensim-SC_OLD-89cb07eb496564199bc370e368a0f2c3561d2b86.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-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