[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - wsd/LOOLWSD.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Mar 27 01:21:36 UTC 2017
wsd/LOOLWSD.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 8d3815c32aa55a9ab5b17f98c08ce8c2359257bd
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/35475
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index b069fcb6..a696d8fb 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -834,9 +834,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