* Return of R2162. /Take that SVN!/

This commit is contained in:
Adam Frisby
2007-10-22 21:57:32 +00:00
parent dd770c384c
commit 5dad0ed729
17 changed files with 187 additions and 67 deletions

View File

@@ -224,7 +224,7 @@ namespace OpenSim.Framework.Servers
{
try
{
MainLog.Instance.Status("HTTPD", "Spawned main thread OK");
MainLog.Instance.Verbose("HTTPD", "Spawned main thread OK");
m_httpListener = new HttpListener();
m_httpListener.Prefixes.Add("http://+:" + m_port + "/");