kanidm graph graphviz unfit for scripting bc. of non-graphviz output (#2876)

Fixes #2875 - change to eprintln for output
This commit is contained in:
James Hodgkinson 2024-07-23 23:54:13 -07:00 committed by GitHub
parent c17aade6c3
commit 01deb706fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ impl GraphCommonOpt {
); );
} }
OutputMode::Text => { OutputMode::Text => {
println!("Showing graph for type: {graph_type:?}, filters: {filters:?}\n"); eprintln!("Showing graph for type: {graph_type:?}, filters: {filters:?}\n");
let typed_entries = entries let typed_entries = entries
.iter() .iter()
.filter_map(|entry| { .filter_map(|entry| {