loolwsd/LOOLBroker.cpp | 3 +++ 1 file changed, 3 insertions(+) New commits: commit ace5a8f231635c119c4a7f82d1f087e767a26b2c Author: Henry Castro <hcas...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits