1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Be consistent when logging errors

This commit is contained in:
Quentin Gliech
2022-12-14 16:02:37 +01:00
parent 8dc917395c
commit 9a39bf3f09
4 changed files with 5 additions and 5 deletions

View File

@ -198,7 +198,7 @@ pub async fn associate_link_to_user(
#[tracing::instrument(
skip_all,
fields(%user.id, %user.username),
err(Display)
err
)]
pub async fn get_paginated_user_links(
executor: impl PgExecutor<'_>,