diff options
author | Justin Clark-Casey (justincc) | 2009-11-18 18:44:47 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-18 18:44:47 +0000 |
commit | 7166f3748a95909ce75f6e4e7bf62e4e87f05c5e (patch) | |
tree | 7a6205ecbe2c97f71d5c35a28557c67b55f95635 /OpenSim/Framework/Servers | |
parent | minor: remove duplicate copyright notice in PollServiceWorkerThread (diff) | |
download | opensim-SC_OLD-7166f3748a95909ce75f6e4e7bf62e4e87f05c5e.zip opensim-SC_OLD-7166f3748a95909ce75f6e4e7bf62e4e87f05c5e.tar.gz opensim-SC_OLD-7166f3748a95909ce75f6e4e7bf62e4e87f05c5e.tar.bz2 opensim-SC_OLD-7166f3748a95909ce75f6e4e7bf62e4e87f05c5e.tar.xz |
minor: correct error messages when queryfolder fails
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs index 033450a..cc8bdb6 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs | |||
@@ -50,9 +50,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
50 | private readonly BaseHttpServer m_server; | 50 | private readonly BaseHttpServer m_server; |
51 | private BlockingQueue<PollServiceHttpRequest> m_request; | 51 | private BlockingQueue<PollServiceHttpRequest> m_request; |
52 | private bool m_running = true; | 52 | private bool m_running = true; |
53 | private int m_timeout = 250; | 53 | private int m_timeout = 250; |
54 | |||
55 | |||
56 | 54 | ||
57 | public PollServiceWorkerThread(BaseHttpServer pSrv, int pTimeout) | 55 | public PollServiceWorkerThread(BaseHttpServer pSrv, int pTimeout) |
58 | { | 56 | { |