Skip to content

Commit 039bf8e

Browse files
authored
Merge pull request #1104 from LibreQoE/fix/lts2-wss-read-debug
Reduce LTS2 WSS read timeout log level
2 parents 398a2e9 + 6b8eed3 commit 039bf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/lqosd/src/lts2_sys/control_channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ async fn persistent_connection(
804804
message = timeout(TCP_TIMEOUT, read.next()) => {
805805
let Ok(Some(Ok(message))) = message else {
806806
// Timeout hit
807-
error!("Timeout or read error on WSS read");
807+
debug!("Timeout or read error on WSS read");
808808
break 'message_pump;
809809
};
810810
match message {

0 commit comments

Comments
 (0)