Skip to content

Commit

Permalink
CommonHelpers: Do not log EnsureDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Feb 10, 2023
1 parent de4e718 commit 35b0115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonHelpers/Dependencies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ private static bool EnsureDependency(string? title, string name, string[] dllNam
if (TryToLoad(dllNames, libraryPath, false))
return true;

Log.TraceError("Cannot load: {0}", dllNames);

if (title == null)
return false;

Log.TraceError("Cannot load: {0}", dllNames);

var downloadButton = new TaskDialogButton("Download");

var result = ShowDialog(
Expand Down

0 comments on commit 35b0115

Please sign in to comment.