diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp index 42fddfd53..8f020d5e0 100644 --- a/wsd/ClientSession.cpp +++ b/wsd/ClientSession.cpp @@ -805,7 +805,7 @@ bool ClientSession::_handleInput(const char *buffer, int length) if(iter != _tilesOnFly.end()) _tilesOnFly.erase(iter); else - LOG_INF("Tileprocessed message with an unknown tile ID"); + LOG_INF("Tileprocessed message with an unknown tile ID '" << tileID << "' from session " << getId()); docBroker->sendRequestedTiles(client_from_this()); return true;