aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorJustin Clark-Casey2014-11-10 23:48:02 +0000
committerJustin Clark-Casey2014-11-10 23:48:59 +0000
commit4123b0fdbdd62efffba9d19bb34013fb72f257cb (patch)
tree3b5e56e1761e68ae0a68e0f655f95bdc0d3a948b /OpenSim/Region/CoreModules
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-4123b0fdbdd62efffba9d19bb34013fb72f257cb.zip
opensim-SC_OLD-4123b0fdbdd62efffba9d19bb34013fb72f257cb.tar.gz
opensim-SC_OLD-4123b0fdbdd62efffba9d19bb34013fb72f257cb.tar.bz2
opensim-SC_OLD-4123b0fdbdd62efffba9d19bb34013fb72f257cb.tar.xz
minor: correct console response when setting attachments logging level
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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