summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-30 11:51:58 +0100
committerComment <tim@gray.(none)>2013-09-30 11:51:58 +0100
commit38edd2e78c326059209c1fd15bf1b543f5fd7a46 (patch)
treedd31a0687e5f7f4ab32b3b7548412e3fd64eac0e /rotord/src/rotord.cpp
parent873f295e28a20e2e774852d8d7010ff5629549b4 (diff)
mutex locking progress bar
Diffstat (limited to 'rotord/src/rotord.cpp')
-rw-r--r--rotord/src/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp
index a22c6c3..de853e4 100644
--- a/rotord/src/rotord.cpp
+++ b/rotord/src/rotord.cpp
@@ -29,7 +29,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
theuri.getPathSegments(command);
Logger& logger = Logger::get("Rotor");
- logger.information(request.clientAddress().toString()+" "+request.getMethod());
+ //logger.information(request.clientAddress().toString()+" "+request.getMethod());
HTTPResponse::HTTPStatus status=HTTPResponse::HTTP_BAD_REQUEST; //by default