diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 6f11d60..b22c0af 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -280,8 +280,9 @@ namespace OpenSim.Framework.Communications.Cache | |||
280 | } | 280 | } |
281 | else | 281 | else |
282 | { | 282 | { |
283 | m_log.ErrorFormat("[INVENTORY CACHE]: Could not find user profile for {0} for folder {1}", | 283 | m_log.ErrorFormat( |
284 | remoteClient.Name, folderID); | 284 | "[USER CACHE]: HandleFetchInventoryDescendents() could not find user profile {0}, {1}", |
285 | remoteClient.Name, remoteClient.AgentId); | ||
285 | 286 | ||
286 | return; | 287 | return; |
287 | } | 288 | } |
@@ -337,9 +338,10 @@ namespace OpenSim.Framework.Communications.Cache | |||
337 | } | 338 | } |
338 | else | 339 | else |
339 | { | 340 | { |
340 | m_log.ErrorFormat("[INVENTORY CACHE]: " + | 341 | m_log.ErrorFormat( |
341 | "Could not find user profile for {0} for folder {1}", | 342 | "[USER CACHE]: HandleFetchInventoryDescendentsCAPS() Could not find user profile for {0}", |
342 | agentID.ToString(), folderID); | 343 | agentID); |
344 | |||
343 | return new List<InventoryItemBase>(); | 345 | return new List<InventoryItemBase>(); |
344 | } | 346 | } |
345 | 347 | ||