* Fix minor local inventory service log typo

0.6.0-stable
Justin Clarke Casey 2008-05-07 21:45:25 +00:00
parent 5843f595a7
commit 611a1634f4
1 changed files with 1 additions and 1 deletions

View File

@ -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);