diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 45102d8..b4f3e9f 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -274,8 +274,8 @@ namespace OpenSim.Framework.Communications.Cache | |||
274 | if (!userProfile.MoveFolder(folderID, parentID)) | 274 | if (!userProfile.MoveFolder(folderID, parentID)) |
275 | { | 275 | { |
276 | m_log.ErrorFormat( | 276 | m_log.ErrorFormat( |
277 | "[AGENT INVENTORY]: Failed to move folder for user {0} {1}", | 277 | "[AGENT INVENTORY]: Failed to move folder {0} to {1} for user {2}", |
278 | remoteClient.Name, remoteClient.AgentId); | 278 | folderID, parentID, remoteClient.Name); |
279 | } | 279 | } |
280 | } | 280 | } |
281 | else | 281 | else |