Skip to content

Commit ca13b3b

Browse files
committed
keylimectl: use structures instead of building JSON ad-hoc
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 77f67e1 commit ca13b3b

File tree

2 files changed

+1113
-25
lines changed

2 files changed

+1113
-25
lines changed

keylime-push-model-agent/src/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl AttestationClient {
6565
None
6666
};
6767

68-
debug!("ResilientClient: initial delay: {} ms, max retries: {}, max delay: {:?} ms",
68+
debug!("ResilientClient: initial delay: {} ms, max retries: {}, max delay: {:?} ms",
6969
config.initial_delay_ms, config.max_retries, config.max_delay_ms);
7070
let client = ResilientClient::new(
7171
base_client,

0 commit comments

Comments
 (0)