[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

Henry Castro hcastro at collabora.com
Mon Aug 17 17:41:08 PDT 2015


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

New commits:
commit ace5a8f231635c119c4a7f82d1f087e767a26b2c
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon Aug 17 20:40:28 2015 -0400

    loolwsd: verbose message when use fork

diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp
index 821f11b..8d22f11 100644
--- a/loolwsd/LOOLBroker.cpp
+++ b/loolwsd/LOOLBroker.cpp
@@ -252,6 +252,9 @@ static int createLibreOfficeKit(bool sharePages, std::string loSubPath, Poco::UI
     if (sharePages)
     {
         Poco::UInt64 pid;
+
+        std::cout << Util::logPrefix() + "Forking LibreOfficeKit" << std::endl;
+
         if (!(pid = fork()))
         { // child
             run_lok_main(loSubPath, childID);


More information about the Libreoffice-commits mailing list