kit/Kit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3988c9f8f0683cb62f656ada261e2630a6ff2f32 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> AuthorDate: Tue Aug 21 08:23:03 2018 -0400 Commit: Andras Timar <andras.ti...@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 <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> (cherry picked from commit 428938fbd4d9a8411269e07fa329ec6c5f84cbb2) Reviewed-on: https://gerrit.libreoffice.org/59707 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits