wsd/ClientSession.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e7fbcb26f7231088d402186500c24992ffa7288
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Fri Sep 21 15:52:08 2018 +0200
Commit:     Jan Holesovsky <[email protected]>
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 <[email protected]>
    Tested-by: Jan Holesovsky <[email protected]>

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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to