minor: Log bind responses from backend

This commit is contained in:
selfhoster selfhoster 2026-09-18 20:56:50 +02:00
commit 56c3a29f9f

View file

@ -262,6 +262,7 @@ impl BackendClient {
} = msg } = msg
{ {
if msgid == ck_msgid { if msgid == ck_msgid {
debug!("Received bind response from backend: {bind_resp:?}");
Ok((bind_resp, ctrl)) Ok((bind_resp, ctrl))
} else { } else {
error!("invalid msgid, sequence error."); error!("invalid msgid, sequence error.");