Skip to content

Commit b4fa8f9

Browse files
committed
fix(udp-server): address Copilot review comments
- Remove unused torrust_tracker_udp_core::self import - Add missing skill-link marker to issue spec
1 parent 2f100ba commit b4fa8f9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/issues/open/1447-change-logging-threshold-connection-id-error.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ semantic-links:
1515
- packages/udp-server/src/handlers/error.rs
1616
---
1717

18+
<!-- skill-link: create-issue -->
19+
1820
# Issue #1447 - Change the logging threshold for connection ID error to `WARNING`
1921

2022
## Goal

packages/udp-server/src/handlers/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ use std::net::SocketAddr;
33
use std::ops::Range;
44

55
use torrust_net_primitives::service_binding::ServiceBinding;
6+
use torrust_tracker_udp_core::UDP_TRACKER_LOG_TARGET;
67
use torrust_tracker_udp_core::services::announce::UdpAnnounceError;
78
use torrust_tracker_udp_core::services::scrape::UdpScrapeError;
8-
use torrust_tracker_udp_core::{self, UDP_TRACKER_LOG_TARGET};
99
use torrust_tracker_udp_protocol::{ErrorResponse, Response, TransactionId};
1010
use tracing::{Level, instrument};
1111
use uuid::Uuid;

0 commit comments

Comments
 (0)