[Libreoffice-commits] online.git: net/Socket.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 20 10:39:25 UTC 2018


 net/Socket.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06051c833bff0e2054fba975c97bafcdf9716726
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Sep 20 13:38:48 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Sep 20 13:38:53 2018 +0300

    Comment out log.dump() call again
    
    Change-Id: I27ecd6712e72182f3a943e7be86ef5ba7b05f746

diff --git a/net/Socket.hpp b/net/Socket.hpp
index 671f345ba..2c716cb43 100644
--- a/net/Socket.hpp
+++ b/net/Socket.hpp
@@ -940,7 +940,7 @@ protected:
         if (log.trace()) {
             LOG_TRC("#" << getFD() << ": Incoming data buffer " << _inBuffer.size() <<
                     " bytes, closeSocket? " << closed);
-            log.dump("", &_inBuffer[0], _inBuffer.size());
+            // log.dump("", &_inBuffer[0], _inBuffer.size());
         }
 
         // If we have data, allow the app to consume.


More information about the Libreoffice-commits mailing list