minor: correct error messages when queryfolder fails

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-18 18:44:47 +00:00
parent 47e482217e
commit 7166f3748a
2 changed files with 2 additions and 7 deletions

View File

@@ -50,9 +50,7 @@ namespace OpenSim.Framework.Servers.HttpServer
private readonly BaseHttpServer m_server;
private BlockingQueue<PollServiceHttpRequest> m_request;
private bool m_running = true;
private int m_timeout = 250;
private int m_timeout = 250;
public PollServiceWorkerThread(BaseHttpServer pSrv, int pTimeout)
{