various: tiny cleanup
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I312766a6178be3898b51c2863f502bb06a6a6964
This commit is contained in:
parent
f7081317ee
commit
b745550011
2 changed files with 2 additions and 2 deletions
|
|
@ -453,7 +453,7 @@ pub async fn validate_session(
|
|||
.execute(pool)
|
||||
.await
|
||||
{
|
||||
tracing::warn!("Failed to update session last_used_at: {e}");
|
||||
tracing::warn!(token_hash = %token_hash, "Failed to update session last_used_at: {e}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue