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.
This commit is contained in:
Ximon Eighteen
2022-08-29 16:51:39 +02:00
committed by Tim Bruijnzeels
parent c9f5827718
commit ff861d69ee
@@ -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(",")
);