aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-11 18:15:30 +0000
committerJustin Clarke Casey2008-11-11 18:15:30 +0000
commit2b97c84d1d6bc89ec6e0070bc0c4f1bce56afaa1 (patch)
tree334277caa5734bb5c408b9958edeeb03672352dd /OpenSim
parent* Restore storing null to represent 'missing asset' requests in the AssetCache (diff)
downloadopensim-SC_OLD-2b97c84d1d6bc89ec6e0070bc0c4f1bce56afaa1.zip
opensim-SC_OLD-2b97c84d1d6bc89ec6e0070bc0c4f1bce56afaa1.tar.gz
opensim-SC_OLD-2b97c84d1d6bc89ec6e0070bc0c4f1bce56afaa1.tar.bz2
opensim-SC_OLD-2b97c84d1d6bc89ec6e0070bc0c4f1bce56afaa1.tar.xz
* minor: remove log message that gives wrong user server 'version'
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index 787679e..1a37b83 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -115,8 +115,6 @@ namespace OpenSim.Grid.UserServer
115 m_httpServer = new BaseHttpServer(Cfg.HttpPort); 115 m_httpServer = new BaseHttpServer(Cfg.HttpPort);
116 AddHttpHandlers(); 116 AddHttpHandlers();
117 m_httpServer.Start(); 117 m_httpServer.Start();
118
119 m_log.Info("[SERVER]: Userserver 0.5 - Startup complete");
120 } 118 }
121 119
122 protected void AddHttpHandlers() 120 protected void AddHttpHandlers()