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

New commits:
commit 428938fbd4d9a8411269e07fa329ec6c5f84cbb2
Author:     Ashod Nakashian <ashod.nakash...@collabora.co.uk>
AuthorDate: Tue Aug 21 08:23:03 2018 -0400
Commit:     Ashod Nakashian <ashnak...@gmail.com>
CommitDate: Wed Aug 22 16:56:43 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 <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to