diff --git a/FileLiberator/UNTESTED/IProcessableExt.cs b/FileLiberator/UNTESTED/IProcessableExt.cs
index f782d1b2..75887d9e 100644
--- a/FileLiberator/UNTESTED/IProcessableExt.cs
+++ b/FileLiberator/UNTESTED/IProcessableExt.cs
@@ -3,6 +3,7 @@ using System.Linq;
using System.Threading.Tasks;
using ApplicationServices;
using DataLayer;
+using Dinah.Core;
using Dinah.Core.ErrorHandling;
namespace FileLiberator
@@ -51,7 +52,7 @@ namespace FileLiberator
libraryBook.Book.Title,
libraryBook.Book.AudibleProductId,
libraryBook.Book.Locale,
- libraryBook.Account
+ Account = libraryBook.Account?.ToMask() ?? "[empty]"
});
// this should never happen. check anyway. ProcessFirstValidAsync returning null is the signal that we're done. we can't let another IProcessable accidentally send this command
diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj
index 49919ddf..d6d791c7 100644
--- a/LibationLauncher/LibationLauncher.csproj
+++ b/LibationLauncher/LibationLauncher.csproj
@@ -13,7 +13,7 @@
win-x64
- 4.0.14.6
+ 4.0.15.1