diff --git a/src/backend.rs b/src/backend.rs index 4892495..c598301 100644 --- a/src/backend.rs +++ b/src/backend.rs @@ -262,6 +262,7 @@ impl BackendClient { } = msg { if msgid == ck_msgid { + debug!("Received bind response from backend: {bind_resp:?}"); Ok((bind_resp, ctrl)) } else { error!("invalid msgid, sequence error.");