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

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sun Jan 1 04:21:14 UTC 2017


 wsd/LOOLWSD.cpp |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 62371e5f41c7599d1a02233aa2041c6d80bb6769
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu Dec 22 19:33:46 2016 -0500

    wsd: log failure in else and not unconditionally
    
    Change-Id: I24f1ac57f350aa67cc14682d695e1e4a07453c8d
    Reviewed-on: https://gerrit.libreoffice.org/32562
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 5575907..faa5a7f 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -875,9 +875,12 @@ private:
                 }
             }
         }
+        else
+        {
+            LOG_DBG("No DocumentBroker with docKey [" << docKey << "] found. New Child and Document.");
+        }
 
         Util::assertIsLocked(docBrokersLock);
-        LOG_DBG("No DocumentBroker with docKey [" << docKey << "] found. New Child and Document.");
 
         if (TerminationFlag)
         {


More information about the Libreoffice-commits mailing list