Skip to content

Commit

Permalink
misc: fix up error message
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Sep 22, 2024
1 parent 715f740 commit 453dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shokofin/Resolvers/ShokoResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ NamingOptions namingOptions
}
}
catch (Exception ex) {
Logger.LogTrace(ex, "Failed to remove ");
Logger.LogTrace(ex, "Failed to remove {Path}", pathToRemove);
}
}
var deltaTime = DateTime.Now - start;
Expand Down

0 comments on commit 453dc77

Please sign in to comment.