Fix v3 => v4 migration bug. Improved error handing

This commit is contained in:
Robert McRackan 2020-08-31 21:27:56 -04:00
parent d5cd569319
commit cd604d03b1
6 changed files with 24 additions and 22 deletions

View file

@ -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,