From 01deb706fa1ab9303e7bc7c3e26d2df5484fcf06 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 23 Jul 2024 23:54:13 -0700 Subject: [PATCH] kanidm graph graphviz unfit for scripting bc. of non-graphviz output (#2876) Fixes #2875 - change to eprintln for output --- tools/cli/src/cli/graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/src/cli/graph.rs b/tools/cli/src/cli/graph.rs index dd44bdcb1..7f8682b1d 100644 --- a/tools/cli/src/cli/graph.rs +++ b/tools/cli/src/cli/graph.rs @@ -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| {