Skip to content

Commit

Permalink
Logging where the metadata got written to.
Browse files Browse the repository at this point in the history
  • Loading branch information
dteare committed Mar 9, 2022
1 parent 642fd59 commit 206ec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fn generate_opbookmarks(account_user_uuids: &Vec<String>, export_path: &std::pat
}
}
}
println!("Metadata files created.");
println!("Metadata files written to {:?}.", export_path);
}

fn watch(
Expand Down

0 comments on commit 206ec4b

Please sign in to comment.