From 9e9c4337ff4eafa6cdbfdd696a798203e254e6b0 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Thu, 19 Jun 2025 10:52:47 +0300 Subject: [PATCH] fix example --- examples/client_auth_simulation_example.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_auth_simulation_example.rs b/examples/client_auth_simulation_example.rs index 9e591eb..36a7483 100644 --- a/examples/client_auth_simulation_example.rs +++ b/examples/client_auth_simulation_example.rs @@ -8,7 +8,7 @@ //! 4. Credential management //! 5. Authentication state checking -use log::info; +use log::{error, info}; use std::time::{SystemTime, UNIX_EPOCH}; // Import authentication modules