mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-22 09:24:55 +02:00
Focus on the lacking support, rather than seeming to ignore the server when in fact trying it anyway.
This commit is contained in:
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(",")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user