From c66b5a9e71caef783781f028c356b7c07fdb1c8b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 20 Feb 2008 17:54:14 +0000 Subject: Report command string on ConsoleBase.RunCommand exception --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 049df0c..d94af44 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs @@ -246,7 +246,7 @@ namespace OpenSim.Framework.Communications.Cache } /// - /// Synchronously retreive an asset. If the asset isn't in the cache, a request will be made to the persistent store to + /// Synchronously retreive an asset. If the asset isn't in the cache, a request will be made to the persistent store to /// load it into the cache. /// /// XXX We'll keep polling the cache until we get the asset or we exceed @@ -489,7 +489,7 @@ namespace OpenSim.Framework.Communications.Cache } */ - // Notify callers + // Notify requesters for this asset lock (RequestLists) { AssetRequestsList reqList = RequestLists[assetID]; -- cgit v1.1