Add logging

This commit is contained in:
Robert McRackan 2019-12-02 15:14:19 -05:00
parent f1aacd92ad
commit 7529fdf878

View File

@ -101,11 +101,9 @@ namespace FileLiberator
// REAL WORK DONE HERE
var success = await Task.Run(() => converter.Run());
// decrypt failed
if (!success)
{
Console.WriteLine("decrypt failed");
return null;
}
Configuration.Instance.DecryptKey = converter.decryptKey;