diff --git a/src/client/youtube/flow_delegate.rs b/src/client/youtube/flow_delegate.rs index e97b0df..7c3bfca 100644 --- a/src/client/youtube/flow_delegate.rs +++ b/src/client/youtube/flow_delegate.rs @@ -91,7 +91,7 @@ impl CustomFlowDelegate { async fn send_notification(message: String) { let notifier_url = &crate::CONF.notifier.notifier_url; - trace!("sending notification at: {}...", notifier_url); + trace!("sending notification at: {}", notifier_url); let response = reqwest::Client::new() .post(notifier_url) .json(&NotificationRequest { message })