diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.rs b/src/handlers.rs index 7204aa7..e831806 100644 --- a/src/handlers.rs +++ b/src/handlers.rs | |||
@@ -224,7 +224,7 @@ pub async fn authenticate_user( | |||
224 | Err(err) => { | 224 | Err(err) => { |
225 | println!( | 225 | println!( |
226 | "auth request (c) did not decrypt correctly {:?} {}", | 226 | "auth request (c) did not decrypt correctly {:?} {}", |
227 | &auth_packet, err | 227 | &buf, err |
228 | ); | 228 | ); |
229 | 229 | ||
230 | let res_json = warp::reply::json(&GradeCoinResponse { | 230 | let res_json = warp::reply::json(&GradeCoinResponse { |