diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 7 |
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 | { |