mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 20:26:31 +00:00
fixed console Log
fix same files problem in python different libs correct command logging in command handler
This commit is contained in:
@@ -146,7 +146,7 @@ public class SatelliteDownloader(
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
Console.WriteLine($"Error while loading tile: {tileData}");
|
||||
logger.LogError($"Error while loading tile: {tileData}");
|
||||
}
|
||||
if (token.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user