Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2023
1 parent 4818027 commit 484824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl Sodg {
let redirect = relay.re(v, &head, &tail);
let failure = if let Ok(re) = redirect {
if let Ok(to) = self.find(v, re.as_str(), relay) {
trace!("#find: ν{v}.{k} -> ν{to} (re -> {re})");
trace!("#find: ν{v}.{k} -> ν{to} (re: {re})");
v = to;
continue;
}
Expand Down

0 comments on commit 484824f

Please sign in to comment.