[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - wsd/LOOLWSD.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu Jan 5 12:01:35 UTC 2017


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

New commits:
commit 1c71ef37a633a706beda2466a977649594afc452
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>
    (cherry picked from commit 62371e5f41c7599d1a02233aa2041c6d80bb6769)
    Reviewed-on: https://gerrit.libreoffice.org/32736
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index e5ea3dd..b5b45bd 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -848,9 +848,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