net/Socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06051c833bff0e2054fba975c97bafcdf9716726 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Thu Sep 20 13:38:48 2018 +0300 Commit: Tor Lillqvist <t...@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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits