Log vertex count at the info level

This is less noisy and more useful than the path logging at the debug
level.
pull/454/head
Wilfred Hughes 2022-12-28 01:00:10 +07:00
parent 57d1f6d449
commit 4bfdc7685c
1 changed files with 1 additions and 1 deletions

@ -63,7 +63,7 @@ fn shortest_vertex_path<'a, 'b>(
}
};
debug!(
info!(
"Saw {} vertices (a Vertex is {} bytes), with {} left on heap.",
seen.len(),
std::mem::size_of::<Vertex>(),