[Libreoffice-commits] online.git: loolwsd/DocumentBroker.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Wed Nov 23 14:43:59 UTC 2016


 loolwsd/DocumentBroker.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55c1e7568f7e87fa9dc2e7309ca74e5f182e7e89
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Wed Nov 23 00:21:12 2016 -0500

    loolwsd: kill redundant exception logging
    
    Change-Id: I86ea48c4deaa42d164d2b0963931081d78d5f3ff
    Reviewed-on: https://gerrit.libreoffice.org/31118
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/DocumentBroker.hpp b/loolwsd/DocumentBroker.hpp
index 6672aaf..f31471a 100644
--- a/loolwsd/DocumentBroker.hpp
+++ b/loolwsd/DocumentBroker.hpp
@@ -81,7 +81,7 @@ public:
         }
         catch (const std::exception&)
         {
-            LOG_ERR("Failed to send 'exit' command to child [" << _pid << "].");
+            // Already logged in sendTextFrame.
         }
     }
 


More information about the Libreoffice-commits mailing list