* Fix minor local inventory service log typo
parent
5843f595a7
commit
611a1634f4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue