[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd-3-4' - kit/Kit.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 28 14:40:40 UTC 2018


 kit/Kit.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3988c9f8f0683cb62f656ada261e2630a6ff2f32
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Aug 21 08:23:03 2018 -0400
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Aug 28 16:40:21 2018 +0200

    wsd: log the raw message in kit as trace
    
    To protect PII from getting exposed.
    
    Change-Id: I838ccbdde5f497a98e022322a3f623ae677d4c13
    Reviewed-on: https://gerrit.libreoffice.org/59397
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>
    (cherry picked from commit 428938fbd4d9a8411269e07fa329ec6c5f84cbb2)
    Reviewed-on: https://gerrit.libreoffice.org/59707
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 362f7bf2a..6d8bae5f8 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -1998,7 +1998,7 @@ protected:
         }
 #endif
 
-        LOG_DBG(_socketName << ": recv [" << LOOLProtocol::getAbbreviatedMessage(message) << "].");
+        LOG_TRC(_socketName << ": recv [" << LOOLProtocol::getAbbreviatedMessage(message) << "].");
         std::vector<std::string> tokens = LOOLProtocol::tokenize(message);
 
         // Note: Syntax or parsing errors here are unexpected and fatal.


More information about the Libreoffice-commits mailing list