Skip to content

Commit bb808c1

Browse files
fix(service): Update attestation signer middleware
Co-authored-by: consoli <[email protected]>
1 parent 7c1572c commit bb808c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/service/src/middleware/attestation_signer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pub async fn signer_middleware(
3333
} else {
3434
// Just log this case which is silently passed through next middleware
3535
tracing::warn!(
36-
"No attestation signer found for allocation {}",
37-
allocation_id
36+
allocation_id,
37+
"No attestation signer found for allocation",
3838
);
3939
}
4040
}

0 commit comments

Comments
 (0)