Add logging
This commit is contained in:
parent
f1aacd92ad
commit
7529fdf878
1 changed files with 1 additions and 3 deletions
|
|
@ -101,11 +101,9 @@ namespace FileLiberator
|
||||||
// REAL WORK DONE HERE
|
// REAL WORK DONE HERE
|
||||||
var success = await Task.Run(() => converter.Run());
|
var success = await Task.Run(() => converter.Run());
|
||||||
|
|
||||||
|
// decrypt failed
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
|
||||||
Console.WriteLine("decrypt failed");
|
|
||||||
return null;
|
return null;
|
||||||
}
|
|
||||||
|
|
||||||
Configuration.Instance.DecryptKey = converter.decryptKey;
|
Configuration.Instance.DecryptKey = converter.decryptKey;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue