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

Henry Castro hcastro at collabora.com
Mon Jan 25 07:52:59 PST 2016


 loolwsd/MasterProcessSession.cpp |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit eb2675164f435d127ba0db945cc5f2987e52466d
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon Jan 25 11:51:27 2016 -0400

    loolwsd: remove unnecessary child PID file log
    
    This is no longer needed due to logging improvements

diff --git a/loolwsd/MasterProcessSession.cpp b/loolwsd/MasterProcessSession.cpp
index 15fb1f4..aa57798 100644
--- a/loolwsd/MasterProcessSession.cpp
+++ b/loolwsd/MasterProcessSession.cpp
@@ -267,14 +267,6 @@ bool MasterProcessSession::_handleInput(const char *buffer, int length)
         _pidChild = pidChild;
         lock.unlock();
         AvailableChildSessionCV.notify_one();
-
-        // log first lokit child pid information
-        if ( LOOLWSD::DoTest )
-        {
-            Poco::FileOutputStream filePID(LOOLWSD::LOKIT_PIDLOG);
-            if (filePID.good())
-                filePID << pidChild;
-        }
     }
     else if (_kind == Kind::ToPrisoner)
     {


More information about the Libreoffice-commits mailing list