[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - kit/Kit.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 22 14:57:01 UTC 2018
kit/Kit.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 428938fbd4d9a8411269e07fa329ec6c5f84cbb2
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Aug 21 08:23:03 2018 -0400
Commit: Ashod Nakashian <ashnakash at 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 <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at 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.
More information about the Libreoffice-commits
mailing list