Fix v3 => v4 migration bug. Improved error handing
This commit is contained in:
parent
d5cd569319
commit
cd604d03b1
6 changed files with 24 additions and 22 deletions
|
|
@ -67,7 +67,7 @@ namespace FileLiberator
|
|||
: "Error downloading file";
|
||||
|
||||
var ex = new Exception(exMsg);
|
||||
Serilog.Log.Error(ex, "Download error {@DebugInfo}", new
|
||||
Serilog.Log.Logger.Error(ex, "Download error {@DebugInfo}", new
|
||||
{
|
||||
libraryBook.Book.Title,
|
||||
libraryBook.Book.AudibleProductId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue