[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon Dec 12 00:29:28 UTC 2016


 wsd/DocumentBroker.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9252477353cd93c951a5088b22dbb1e8f5d59235
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Fri Dec 9 18:15:10 2016 -0500

    loolwsd: correct logging
    
    Change-Id: I1856b68f336bc5515c1ef82b47893649510438c5
    Reviewed-on: https://gerrit.libreoffice.org/31882
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index 4a78f3b..48852cc 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -808,7 +808,7 @@ void DocumentBroker::cancelTileRequests(const std::shared_ptr<ClientSession>& se
 void DocumentBroker::handleTileResponse(const std::vector<char>& payload)
 {
     const std::string firstLine = getFirstLine(payload);
-    LOG_DBG("Handling tile combined: " << firstLine);
+    LOG_DBG("Handling tile: " << firstLine);
 
     try
     {
@@ -959,7 +959,7 @@ bool DocumentBroker::forwardToClient(const std::string& prefix, const std::vecto
     }
     else
     {
-        LOG_ERR("Failed to parse prefix of forward-to-client message: " << prefix);
+        LOG_ERR("Unexpected prefix of forward-to-client message: " << prefix);
     }
 
     return false;


More information about the Libreoffice-commits mailing list