diff options
Diffstat (limited to 'test_util/src/lib.rs')
-rw-r--r-- | test_util/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index 23cf6a026..7b88b0a69 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -1474,7 +1474,7 @@ async fn wrap_client_auth_https_server() { } Err(e) => { - eprintln!("https-client-auth accept error: {:?}", e); + eprintln!("https-client-auth accept error: {e:?}"); yield Err(e); } } |