[Libreoffice-commits] online.git: loolwsd/LOOLBroker.cpp

Tor Lillqvist tml at collabora.com
Wed Mar 2 14:53:05 UTC 2016


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

New commits:
commit d55ba592b43dedcfb37e396a70060c6a327da19e
Author: Tor Lillqvist <tml at 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;
     }
 


More information about the Libreoffice-commits mailing list