Skip to content

Commit

Permalink
fix debug message for link still printing materialise
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Dec 27, 2024
1 parent f21f5ad commit 1dfd074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataload/05_link/grebi_link/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fn main() -> std::io::Result<()> {

edges_writer.flush().unwrap();

eprintln!("materialise took {} seconds", start_time.elapsed().as_secs());
eprintln!("link took {} seconds", start_time.elapsed().as_secs());

let mut entity_prop_defs:Map<String,Value> = Map::new();

Expand Down

0 comments on commit 1dfd074

Please sign in to comment.