Skip to content

Commit 394fdf9

Browse files
committed
wip
1 parent 39184f0 commit 394fdf9

File tree

1 file changed

+2
-1
lines changed
  • rustls-platform-verifier/src/verification

1 file changed

+2
-1
lines changed

rustls-platform-verifier/src/verification/others.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ impl Verifier {
8787
}));
8888

8989
if num_extra_roots > 0 {
90-
dbg!("{num_extra_roots} extra roots: {added} added, {ignored} ignored");
90+
#[cfg(test)]
91+
eprintln!("{num_extra_roots} extra roots: {added} added, {ignored} ignored");
9192
if ignored != 0 {
9293
log::warn!("Some CA root certificates were ignored due to errors");
9394
} else if added != 1 {

0 commit comments

Comments
 (0)