Update AaxcDownloadConverter.cs
This commit is contained in:
parent
ca75b55da4
commit
1a9c0188a4
1 changed files with 1 additions and 4 deletions
|
|
@ -53,10 +53,7 @@ namespace AaxDecrypter
|
|||
downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
|
||||
OutputFormat = outputFormat;
|
||||
|
||||
if (Serilog.Log.Logger.IsVerboseEnabled())
|
||||
{
|
||||
Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense);
|
||||
}
|
||||
Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense);
|
||||
|
||||
steps = new StepSequence
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue