From a616fbdb9a29f5b7a5befbd9e6bd8bfc0f0c52ee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Dec 2020 15:30:41 +0000 Subject: [PATCH] clarify messages Signed-off-by: Ian Jackson --- wdriver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdriver.rs b/wdriver.rs index 0f8e8cb2..61873e41 100644 --- a/wdriver.rs +++ b/wdriver.rs @@ -177,7 +177,7 @@ mod cleanup_notify { #[throws(AE)] fn reinvoke_via_bwrap(_opts: &Opts, current_exe: &str) -> Void { - println!("running bwrap"); + eprintln!("running bwrap"); let mut bcmd = Command::new("bwrap"); bcmd -- 2.30.2