diff options
Diffstat (limited to 'src/actions.rs')
-rw-r--r-- | src/actions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } } |