Improve debug output.
Change-Id: If3ca40217be47d5b68290c79137bd8739780347e Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
parent
cbc9c01e56
commit
f946894965
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue