mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
kanidm graph graphviz unfit for scripting bc. of non-graphviz output (#2876)
Fixes #2875 - change to eprintln for output
This commit is contained in:
parent
c17aade6c3
commit
01deb706fa
|
@ -39,7 +39,7 @@ impl GraphCommonOpt {
|
|||
);
|
||||
}
|
||||
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
|
||||
.iter()
|
||||
.filter_map(|entry| {
|
||||
|
|
Loading…
Reference in a new issue