Add logging
This commit is contained in:
parent
f1aacd92ad
commit
7529fdf878
@ -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…
x
Reference in New Issue
Block a user