summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2022-02-14 07:08:27 -0500
committerAshod Nakashian <Ashod@users.noreply.github.com>2022-02-24 07:38:13 -0500
commitbef9c3ff65b57893821cdb87ef8e0d2e2f7f1528 (patch)
tree35cf3758df09de616a5f6b7c75ab1102449d230a /common
parentwsd: test: extend the timeout of the conflict tests (diff)
downloadonline-bef9c3ff65b57893821cdb87ef8e0d2e2f7f1528.tar.gz
online-bef9c3ff65b57893821cdb87ef8e0d2e2f7f1528.zip
wsd: dump all the state managers in DocBroker
This adds dumpState to DocumentState, SaveManager, and StorageManager classes, and dumps all the missing members. Also, normalize the format and make it symmetric and consistent. Change-Id: Ie0cc8e07d13de60c33d64cd621abf4e815a4ef94 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
Diffstat (limited to 'common')
-rw-r--r--common/Session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Session.cpp b/common/Session.cpp
index 1acfe19fa4..fa78ed90e6 100644
--- a/common/Session.cpp
+++ b/common/Session.cpp
@@ -289,7 +289,7 @@ void Session::getIOStats(uint64_t &sent, uint64_t &recv)
void Session::dumpState(std::ostream& os)
{
- os << "\t\tid: " << _id
+ os << "\n\t\tid: " << _id
<< "\n\t\tname: " << _name
<< "\n\t\tdisconnected: " << _disconnected
<< "\n\t\tisActive: " << _isActive