mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Minor inventory message cleanup and documentation
This commit is contained in:
@@ -141,9 +141,10 @@ namespace OpenSim.Framework.Communications
|
||||
|
||||
if (null != existingRootFolder)
|
||||
{
|
||||
m_log.ErrorFormat("[AGENT INVENTORY]: " +
|
||||
"Did not create a new inventory for user {0} since they already have "
|
||||
+ "a root inventory folder with id {1}", user, existingRootFolder);
|
||||
m_log.ErrorFormat(
|
||||
"[AGENT INVENTORY]: Did not create a new inventory for user {0} since they already have "
|
||||
+ "a root inventory folder with id {1}",
|
||||
user, existingRootFolder.ID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user