aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-13 02:43:41 +0000
committerJustin Clarke Casey2008-02-13 02:43:41 +0000
commita1a206cb056e68ea30105f8aef91efb017d8426e (patch)
tree85cd1115199ac3204804ed17e200cebf53961daa /OpenSim/Region/ClientStack/ClientView.cs
parentCommenting and a spelling correction (diff)
downloadopensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.zip
opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.gz
opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.bz2
opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.xz
* Clean up LIBRARY INVENTORY messages
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 58405e6..4d00c5b 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -51,10 +51,10 @@ namespace OpenSim.Region.ClientStack
51 /// </summary> 51 /// </summary>
52 public class ClientView : IClientAPI 52 public class ClientView : IClientAPI
53 { 53 {
54 // ~ClientView() 54// ~ClientView()
55 // { 55// {
56 // System.Console.WriteLine("[CLIENTVIEW]: Destructor called"); 56// System.Console.WriteLine("[CLIENTVIEW]: Destructor called");
57 // } 57// }
58 58
59 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 59 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
60 60