loolwsd/LOOLWSD.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a956c61b0769ae9690341112c7b4087cc0f4a156
Author: Ashod Nakashian <[email protected]>
Date:   Tue Jan 26 08:53:01 2016 -0500

    loolwsd: logging
    
    Change-Id: Ie81dc0b890fd59d0073b812117762bb0aff0f579
    Reviewed-on: https://gerrit.libreoffice.org/21933
    Reviewed-by: Ashod Nakashian <[email protected]>
    Tested-by: Ashod Nakashian <[email protected]>

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index ed555e8..83d4341 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -482,7 +482,7 @@ private:
 
     void handleGetRequest(HTTPServerRequest& request, HTTPServerResponse& 
response, const std::string& id)
     {
-        Log::info("Get request.");
+        Log::info("Starting Get request processor for session [" + id + "].");
         auto ws = std::make_shared<WebSocket>(request, response);
         auto session = std::make_shared<MasterProcessSession>(id, 
LOOLSession::Kind::ToClient, ws);
 
@@ -514,6 +514,7 @@ private:
                 }
             });
 
+        Log::info("Get request processor for session [" + id + "] finished. 
Clearing and joining the queue.");
         queue.clear();
         queue.put("eof");
         queueHandlerThread.join();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to