forked from sim0n00ps/OF-DL
Use consistent error message in GUI log
This commit is contained in:
parent
c035fa5721
commit
49cddd0608
@ -1314,7 +1314,7 @@ public partial class MainWindowViewModel(
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
AppendLog($"Single item download failed: {ex.Message}");
|
AppendLog($"Download failed: {ex.Message}");
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user