diff options
author | drebs <drebs@leap.se> | 2015-04-30 11:47:10 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-05-20 10:16:46 -0300 |
commit | 6ab3fe57764c2e5f2a5688d377fe46a51437f0be (patch) | |
tree | 813ef3cd96bdb7b8013bf0f81d2b1efb958103c5 /client/changes | |
parent | 3a3f2d8ca5b0ae2adb5007577f2d828677ff64e0 (diff) |
[bug] fix log messages when fetching documents
We always got a log message saying "canceling sync threads" in the end of the
sync process, even when there was no error during the sync. This commit
changes that in a way that we only have that log when the sync was actually
cancelled because of an error.
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_improve-log-when-fetching-documents | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_improve-log-when-fetching-documents b/client/changes/bug_improve-log-when-fetching-documents new file mode 100644 index 00000000..a67ce028 --- /dev/null +++ b/client/changes/bug_improve-log-when-fetching-documents @@ -0,0 +1 @@ + o Improve log messages when concurrently fetching documents from the server. |