aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-12 17:02:08 +0000
committerJustin Clarke Casey2008-03-12 17:02:08 +0000
commit42123770de293d17993d85c3f3074f6106d9eaba (patch)
tree8fafac20193a4219ff9896725d7b2de3486589e9 /OpenSim/Framework/Communications
parentApplied patch from mantis #749, Grass now stays to set type when moved. thank... (diff)
downloadopensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.zip
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.gz
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.bz2
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.xz
* Add comments and slight corrections to ClientView.AgentTextureCached
* Reduce 'asset not found' console debug spam
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetServerBase.cs4
-rw-r--r--OpenSim/Framework/Communications/RestClient/RestClient.cs4
2 files changed, 4 insertions, 4 deletions
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
77 } 77 }
78 else 78 else
79 { 79 {
80 m_log.ErrorFormat("[ASSET SERVER]: Asset {0} not found by asset server", req.AssetID); 80 //m_log.ErrorFormat("[ASSET SERVER]: Asset {0} not found by asset server", req.AssetID);
81 81
82 m_receiver.AssetNotFound(req.AssetID); 82 m_receiver.AssetNotFound(req.AssetID);
83 } 83 }
@@ -138,7 +138,7 @@ namespace OpenSim.Framework.Communications.Cache
138 m_assetRequests.Enqueue(req); 138 m_assetRequests.Enqueue(req);
139 139
140 #if DEBUG 140 #if DEBUG
141 m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID); 141 //m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID);
142 #endif 142 #endif
143 } 143 }
144 144
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
240 } 240 }
241 } 241 }
242 realuri = sb.ToString(); 242 realuri = sb.ToString();
243 m_log.InfoFormat("[REST]: RestURL: {0}", realuri); 243 //m_log.InfoFormat("[REST CLIENT]: RestURL: {0}", realuri);
244 return new Uri(sb.ToString()); 244 return new Uri(sb.ToString());
245 } 245 }
246 246
@@ -443,4 +443,4 @@ namespace OpenSim.Framework.Communications
443 443
444 #endregion Async Invocation 444 #endregion Async Invocation
445 } 445 }
446} \ No newline at end of file 446}