fix: Correct fn name in log statement

This commit is contained in:
Ed Page 2024-04-11 11:40:33 -05:00
parent f8a73f7d7a
commit 789eda2b83
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ impl<'gctx> Workspace<'gctx> {
}
}
debug!("find_members - {}", manifest_path.display());
debug!("find_path_deps - {}", manifest_path.display());
self.members.push(manifest_path.clone());
let candidates = {