Skip to content

Commit

Permalink
nicer trace
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed May 21, 2024
1 parent f566ccf commit 8bdb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/yet-another-bg3-mod-loader/src/injector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ fn is_dirty(handle: &OwnedHandle, bin: &Path) -> Result<bool> {
let is_plugin_path = move |path: String| {
let path = path.to_lowercase();

trace!(path, "is_plugin_path checking dll path");
trace!("is_plugin_path checking dll @ {path}");

let dirty = path.starts_with(&bin_native_mod) || path.starts_with(&plugins_dir);

Expand Down

0 comments on commit 8bdb1bd

Please sign in to comment.