mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
log file extension not supported
This commit is contained in:
parent
16dbe8b752
commit
dddb9f3d28
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ private ActionBlock<ListInfo> BuildDownloader(CancellationToken cancellationToke
|
|||
var command = CommandsByExtension[extension].Invoke(l);
|
||||
await _mediator.Send(command, cancellationToken);
|
||||
}
|
||||
else
|
||||
{
|
||||
_logger.LogError($"The file extension of list {l.Id} from {l.ViewUrl} is not supported.");
|
||||
}
|
||||
}
|
||||
catch (HttpRequestException ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue