summaryrefslogtreecommitdiff
path: root/kit
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-10-16 09:12:02 -0400
committerAshod Nakashian <ashnakash@gmail.com>2019-10-29 01:43:17 +0100
commit10ffdc1e4a64c0ee2f15d781fdd13e18d2779565 (patch)
treead183af91a3cd5977bd661060d79647d52b05146 /kit
parent8a06ad83e473e3f0b34e83a7ba4e45bebd0bdaeb (diff)
testSaveOnDisconnect: sync after pasting and better logging
Reviewed-on: https://gerrit.libreoffice.org/80898 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 230fcd2f07192f30fb6d6671d905800fde71495e) Change-Id: Iaacbe0bdc6a7ba88d2f09c343d9579315033acbb Reviewed-on: https://gerrit.libreoffice.org/81569 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'kit')
-rw-r--r--kit/ChildSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp
index 05c9ba772..f67e3a1c1 100644
--- a/kit/ChildSession.cpp
+++ b/kit/ChildSession.cpp
@@ -213,6 +213,7 @@ bool ChildSession::_handleInput(const char *buffer, int length)
sendTextFrame("error: cmd=load kind=faileddocloading");
}
+ LOG_TRC("isDocLoaded state after loadDocument: " << _isDocLoaded << '.');
return _isDocLoaded;
}
else if (!_isDocLoaded)