[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - wsd/ClientSession.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 1 10:15:43 UTC 2018
wsd/ClientSession.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e7fbcb26f7231088d402186500c24992ffa7288
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Sep 21 15:52:08 2018 +0200
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Oct 1 12:15:25 2018 +0200
Convert this warning to info
There valid cases when we get unknown tileID. For example we
sent some tiles, but in the meantime canceltiles arrives which
resets tiles-on-fly list, but the client still send tileprocessed
messages for earlier requested tiles.
Change-Id: If2ec015106a0e58d66ae4517b64a9552eb8c38fc
(cherry picked from commit 0807d04934476a5c27ada9b1938fd7b94147e012)
Reviewed-on: https://gerrit.libreoffice.org/60878
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index 6461851d9..9ef6cf07f 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -351,7 +351,7 @@ bool ClientSession::_handleInput(const char *buffer, int length)
if(iter != _tilesOnFly.end())
_tilesOnFly.erase(iter);
else
- LOG_WRN("Tileprocessed message with an unknown tile ID");
+ LOG_INF("Tileprocessed message with an unknown tile ID");
docBroker->sendRequestedTiles(shared_from_this());
return true;
More information about the Libreoffice-commits
mailing list