Update TileImageLoader.cs

This commit is contained in:
ClemensFischer 2025-08-21 08:24:43 +02:00
parent 2dc954341e
commit bf6d7ac115

View file

@ -136,7 +136,7 @@ namespace MapControl
if (cancellationToken.IsCancellationRequested) if (cancellationToken.IsCancellationRequested)
{ {
Logger?.LogTrace("Cancelled LoadTilesAsync with {count} queued tiles", pendingTiles.Count); Logger?.LogTrace("Cancelled LoadTilesAsync with {count} pending tiles", pendingTiles.Count);
} }
} }
} }