diff --git a/zeroidc/src/lib.rs b/zeroidc/src/lib.rs index 74c371345..125118dd5 100644 --- a/zeroidc/src/lib.rs +++ b/zeroidc/src/lib.rs @@ -694,8 +694,7 @@ impl ZeroIDC { } Err(res) => { println!("error result: {}", res); - println!("hit url: {}", res.url().unwrap().as_str()); - println!("Status: {}", res.status().unwrap()); + println!("hit url: {}", i.auth_endpoint.clone()); println!("Post error: {}", res); i.exp_time = 0; i.running = false;