From b125bde9e4c8955fcfb6aae8ce9def13bfff726e Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 24 Apr 2024 01:49:20 +0100 Subject: Use alt selector for displaying anyhow::Error --- src/actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.rs') diff --git a/src/actions.rs b/src/actions.rs index b462102..7979bd7 100644 --- a/src/actions.rs +++ b/src/actions.rs @@ -115,7 +115,7 @@ pub async fn get_actions<'a>( result.push(action); } Err(e) => { - warn!("could not register action '{}': {}", action_config, e); + warn!("[{}] could not register action: {:#}", action_config, e); } } } -- cgit v1.2.3-70-g09d2