loolwsd/PrisonerSession.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 254005af7477793864aa0b34826c5f72d0d50a33
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Mon Oct 31 21:23:27 2016 -0400

    loolwsd: log only abbreviated messages
    
    Change-Id: Ic5780b6d3c00445888568ee43c6f5fb453e5b0df
    Reviewed-on: https://gerrit.libreoffice.org/30491
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loolwsd/PrisonerSession.cpp b/loolwsd/PrisonerSession.cpp
index 30b76fa..06bd90e 100644
--- a/loolwsd/PrisonerSession.cpp
+++ b/loolwsd/PrisonerSession.cpp
@@ -49,9 +49,9 @@ PrisonerSession::~PrisonerSession()
 
 bool PrisonerSession::_handleInput(const char *buffer, int length)
 {
+    Log::trace(getName() + ": handling [" + getAbbreviatedMessage(buffer, 
length)+ "].");
     const std::string firstLine = getFirstLine(buffer, length);
     StringTokenizer tokens(firstLine, " ", StringTokenizer::TOK_IGNORE_EMPTY | 
StringTokenizer::TOK_TRIM);
-    Log::trace(getName() + ": handling [" + firstLine + "].");
 
     LOOLWSD::dumpOutgoingTrace(_docBroker->getJailId(), getId(), firstLine);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to