loolwsd/LOOLBroker.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d55ba592b43dedcfb37e396a70060c6a327da19e
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Mar 2 16:51:45 2016 +0200

    Log also when the syncChildren() is done
    
    It does quite a lot of work that can produce very many lines of log,
    so it is good to be able to quickly find when that is done when
    perusing a log file.

diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp
index b119ffd..a4b8940 100644
--- a/loolwsd/LOOLBroker.cpp
+++ b/loolwsd/LOOLBroker.cpp
@@ -302,6 +302,8 @@ public:
             ++it;
         }
 
+        Log::trace("Synching children done.");
+
         return empty_count;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to