From 42123770de293d17993d85c3f3074f6106d9eaba Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 12 Mar 2008 17:02:08 +0000 Subject: * Add comments and slight corrections to ClientView.AgentTextureCached * Reduce 'asset not found' console debug spam --- OpenSim/Framework/Communications/Cache/AssetServerBase.cs | 4 ++-- OpenSim/Framework/Communications/RestClient/RestClient.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs index 4b5df5c..23cc884 100644 --- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs +++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs @@ -77,7 +77,7 @@ namespace OpenSim.Framework.Communications.Cache } else { - m_log.ErrorFormat("[ASSET SERVER]: Asset {0} not found by asset server", req.AssetID); + //m_log.ErrorFormat("[ASSET SERVER]: Asset {0} not found by asset server", req.AssetID); m_receiver.AssetNotFound(req.AssetID); } @@ -138,7 +138,7 @@ namespace OpenSim.Framework.Communications.Cache m_assetRequests.Enqueue(req); #if DEBUG - m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID); + //m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID); #endif } diff --git a/OpenSim/Framework/Communications/RestClient/RestClient.cs b/OpenSim/Framework/Communications/RestClient/RestClient.cs index bf81565..f1b2fc7 100644 --- a/OpenSim/Framework/Communications/RestClient/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient/RestClient.cs @@ -240,7 +240,7 @@ namespace OpenSim.Framework.Communications } } realuri = sb.ToString(); - m_log.InfoFormat("[REST]: RestURL: {0}", realuri); + //m_log.InfoFormat("[REST CLIENT]: RestURL: {0}", realuri); return new Uri(sb.ToString()); } @@ -443,4 +443,4 @@ namespace OpenSim.Framework.Communications #endregion Async Invocation } -} \ No newline at end of file +} -- cgit v1.1