wsd/LOOLWSD.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 62371e5f41c7599d1a02233aa2041c6d80bb6769 Author: Ashod Nakashian <ashod.nakash...@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 <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@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) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits