From 611a1634f45c383bd3c280c68e41dc9ffb671d2b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 7 May 2008 21:45:25 +0000 Subject: * Fix minor local inventory service log typo --- OpenSim/Region/Communications/Local/LocalInventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Communications/Local/LocalInventoryService.cs b/OpenSim/Region/Communications/Local/LocalInventoryService.cs index 9e63fbf..3d87007 100644 --- a/OpenSim/Region/Communications/Local/LocalInventoryService.cs +++ b/OpenSim/Region/Communications/Local/LocalInventoryService.cs @@ -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); -- cgit v1.1