Skip to content

Commit

Permalink
style: log
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Aug 29, 2024
1 parent 679a8a0 commit b8b40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl Session {

// Parse cookie into a struct
let state = serde_json::from_slice::<Session>(&decrypted_cookie)?;
debug!("state: {:?}", state);
debug!("auth_state: {:?}", state);
Ok(state)
}
}

0 comments on commit b8b40fa

Please sign in to comment.