minor: Log bind responses from backend
This commit is contained in:
parent
e5bbdd8384
commit
56c3a29f9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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.");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue