aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-07 21:45:25 +0000
committerJustin Clarke Casey2008-05-07 21:45:25 +0000
commit611a1634f45c383bd3c280c68e41dc9ffb671d2b (patch)
tree0df0c142478f53da99278b30bf39e9fbfe5c0b2a /OpenSim
parent* Fixed some compiler warnings (diff)
downloadopensim-SC_OLD-611a1634f45c383bd3c280c68e41dc9ffb671d2b.zip
opensim-SC_OLD-611a1634f45c383bd3c280c68e41dc9ffb671d2b.tar.gz
opensim-SC_OLD-611a1634f45c383bd3c280c68e41dc9ffb671d2b.tar.bz2
opensim-SC_OLD-611a1634f45c383bd3c280c68e41dc9ffb671d2b.tar.xz
* Fix minor local inventory service log typo
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Communications/Local/LocalInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
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
78 } 78 }
79 79
80 m_log.InfoFormat( 80 m_log.InfoFormat(
81 "[LOCAL1 INVENTORY SERVICE]: Received inventory response for user {0} containing {1} folders and {2} items", 81 "[LOCAL INVENTORY SERVICE]: Received inventory response for user {0} containing {1} folders and {2} items",
82 userID, folders.Count, items.Count); 82 userID, folders.Count, items.Count);
83 83
84 callback(folders, items); 84 callback(folders, items);