Improve logged message: cache miss

so it doesn't sound that serious like previous message
and is less generic and more easy to find in the code

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I3eb746af8aef39b566d3213ab2935372219e8d98
This commit is contained in:
Szymon Kłos 2024-01-03 11:12:04 +01:00 committed by Szymon Kłos
parent 738505c4de
commit eef78a5c5a

View file

@ -234,7 +234,7 @@ bool TileCache::getTextStream(StreamType type, const std::string& fileName, std:
{
// This is not an error because the first time
// we lookup a file, it won't be in the cache.
LOG_INF("Could not open " << fileName);
LOG_INF("Cache miss, could not find text stream: " << fileName);
return false;
}