We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd68cb commit 43551e6Copy full SHA for 43551e6
cryptoki/src/session/session_management.rs
@@ -29,7 +29,7 @@ impl Drop for Session {
29
if let Err(err) = close(self) {
30
match err {
31
Error::Pkcs11(RvError::SessionHandleInvalid, _) => {
32
- warn!("Failed to close session: Session handle invalid - it may have already been closed.");
+ warn!("Failed to close session: The specified session handle is invalid, the session must be already closed.");
33
}
34
_ => error!("Failed to close session: {err}"),
35
0 commit comments