diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index d5cdf1c..af234e2 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -232,8 +232,7 @@ namespace OpenSim.Grid.UserServer | |||
232 | { | 232 | { |
233 | m_log.Warn( | 233 | m_log.Warn( |
234 | "[LOGIN]: " + | 234 | "[LOGIN]: " + |
235 | "A root inventory folder for user ID " + userID + " was not found. A new set" | 235 | "root inventory folder user " + userID + " not found. Creating."); |
236 | + " of empty inventory folders is being created."); | ||
237 | 236 | ||
238 | RestObjectPoster.BeginPostObject<Guid>( | 237 | RestObjectPoster.BeginPostObject<Guid>( |
239 | m_config.InventoryUrl + "CreateInventory/", userID.UUID); | 238 | m_config.InventoryUrl + "CreateInventory/", userID.UUID); |