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(",") );