aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-07 16:46:49 +0000
committerJustin Clarke Casey2008-04-07 16:46:49 +0000
commitc5a5555d4f6aeaa5483bbce6c90243eb1359ec50 (patch)
treee3206af423e865c724dbc641c104f9ead02b7fb9
parent* Okay you can put down your pitchforks - this patch should fix rezzing of it... (diff)
downloadopensim-SC_OLD-c5a5555d4f6aeaa5483bbce6c90243eb1359ec50.zip
opensim-SC_OLD-c5a5555d4f6aeaa5483bbce6c90243eb1359ec50.tar.gz
opensim-SC_OLD-c5a5555d4f6aeaa5483bbce6c90243eb1359ec50.tar.bz2
opensim-SC_OLD-c5a5555d4f6aeaa5483bbce6c90243eb1359ec50.tar.xz
* Minor: log message correction
-rw-r--r--OpenSim/Framework/TaskInventoryItem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs
index c9c8054..36228b5 100644
--- a/OpenSim/Framework/TaskInventoryItem.cs
+++ b/OpenSim/Framework/TaskInventoryItem.cs
@@ -91,7 +91,7 @@ namespace OpenSim.Framework
91 // of the element wrapping this object so that the rest of the serialization can complete normally. 91 // of the element wrapping this object so that the rest of the serialization can complete normally.
92 reader.Read(); 92 reader.Read();
93 93
94 m_log.DebugFormat("[TASK INVENTORY]: ReadXml Current node after actions, {0}", reader.Name); 94 m_log.DebugFormat("[TASK INVENTORY]: ReadXml current node after actions, {0}", reader.Name);
95 } 95 }
96 96
97 // see IXmlSerializable 97 // see IXmlSerializable