aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-10 15:22:01 +0000
committerJustin Clarke Casey2008-04-10 15:22:01 +0000
commitded704ef1f3e78c3915278b145f7eef33d5b17d2 (patch)
treef07029088acd69a59331eb210751838546755bab /OpenSim/Framework
parentrenaming of attributes in UserAgentData for readability (diff)
downloadopensim-SC_OLD-ded704ef1f3e78c3915278b145f7eef33d5b17d2.zip
opensim-SC_OLD-ded704ef1f3e78c3915278b145f7eef33d5b17d2.tar.gz
opensim-SC_OLD-ded704ef1f3e78c3915278b145f7eef33d5b17d2.tar.bz2
opensim-SC_OLD-ded704ef1f3e78c3915278b145f7eef33d5b17d2.tar.xz
* Minor inventory message cleanup and documentation
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/InventoryServiceBase.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs
index 97d963d..0d19932 100644
--- a/OpenSim/Framework/Communications/InventoryServiceBase.cs
+++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs
@@ -141,9 +141,10 @@ namespace OpenSim.Framework.Communications
141 141
142 if (null != existingRootFolder) 142 if (null != existingRootFolder)
143 { 143 {
144 m_log.ErrorFormat("[AGENT INVENTORY]: " + 144 m_log.ErrorFormat(
145 "Did not create a new inventory for user {0} since they already have " 145 "[AGENT INVENTORY]: Did not create a new inventory for user {0} since they already have "
146 + "a root inventory folder with id {1}", user, existingRootFolder); 146 + "a root inventory folder with id {1}",
147 user, existingRootFolder.ID);
147 } 148 }
148 else 149 else
149 { 150 {