print supported algs

This commit is contained in:
nora 2024-08-12 01:09:58 +02:00
parent 5956771455
commit 6ff5bbde98

View file

@ -168,7 +168,7 @@ impl ServerConnection {
Ok(expected) Ok(expected)
} else { } else {
Err(client_error!( Err(client_error!(
"client does not supported algorithm {expected}" "client does not supported algorithm {expected}. supported: {list:?}",
)) ))
} }
}; };