aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/event_dispatcher/event_dispatcher.rs')
-rw-r--r--crates/shirabe/src/event_dispatcher/event_dispatcher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/event_dispatcher/event_dispatcher.rs b/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
index abc8aad8..d9bf1720 100644
--- a/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
+++ b/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
@@ -790,7 +790,7 @@ impl EventDispatcher {
if exit_code != 0 {
self.io.write_error3(&format!(
"<error>Script {} handling the {} event returned with error code {}</error>",
- callable_str.clone(),
+ callable_str,
event.get_name(),
exit_code
), true, crate::io::QUIET);