mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Fix minor local inventory service log typo
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
}
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[LOCAL1 INVENTORY SERVICE]: Received inventory response for user {0} containing {1} folders and {2} items",
|
||||
"[LOCAL INVENTORY SERVICE]: Received inventory response for user {0} containing {1} folders and {2} items",
|
||||
userID, folders.Count, items.Count);
|
||||
|
||||
callback(folders, items);
|
||||
|
||||
Reference in New Issue
Block a user