Skip to content

Commit b6f364c

Browse files
friBiagioFesta
authored andcommitted
Changed log priority of received datagrams from debug to trace
1 parent 974806b commit b6f364c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtransport/src/driver/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ mod worker {
547547
Err(error_code) => return Err(DriverError::Proto(error_code)),
548548
};
549549

550-
debug!(
550+
trace!(
551551
"New incoming datagram (session_id: {})",
552552
datagram.session_id()
553553
);

0 commit comments

Comments
 (0)