зеркало из https://github.com/mozilla/crlite.git
rust-create-cascade: more descriptive log message for delta lower bounds
This commit is contained in:
Родитель
25055888a5
Коммит
6b18136b32
|
@ -890,11 +890,11 @@ fn main() {
|
|||
info!("Counting delta serials");
|
||||
let delta_stats = count_all(delta_dir, known_dir, delta_reason_set, None);
|
||||
info!(
|
||||
"Lower bound is {:.0} bytes",
|
||||
"Lower bound when splitting by issuer is {:.0} bytes",
|
||||
delta_stats.split_by_issuer_lower_bound
|
||||
);
|
||||
info!(
|
||||
"Lower bound is {:.0} bytes",
|
||||
"Lower bound when splitting by issuer and expiry is {:.0} bytes",
|
||||
delta_stats.split_by_issuer_and_expiry_lower_bound
|
||||
);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче