From ff861d69ee9bb388e262cb89955d072690d19bb2 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:32:21 +0200 Subject: [PATCH] Improve KMIP lacking support log messages (#889) (#890) Focus on the lacking support, rather than seeming to ignore the server when in fact trying it anyway. --- src/commons/crypto/signing/signers/kmip/signer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commons/crypto/signing/signers/kmip/signer.rs b/src/commons/crypto/signing/signers/kmip/signer.rs index 52798bb3..19312812 100644 --- a/src/commons/crypto/signing/signers/kmip/signer.rs +++ b/src/commons/crypto/signing/signers/kmip/signer.rs @@ -452,7 +452,7 @@ impl KmipSigner { // PyKMIP with Krill! if conn_settings.force { warn!( - "[{}] Ignoring KMIP server lacking support for one or more required operations: {}", + "[{}] KMIP server lacks support for one or more required operations: {}", name, unsupported_operations.join(",") );