Skip to content

Commit 9195af3

Browse files
committed
cleanup
Signed-off-by: Aminu Oluwaseun Joshua <[email protected]>
1 parent caf9690 commit 9195af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trigger-http/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ impl<F: RuntimeFactors> HttpServer<F> {
425425
)
426426
.await
427427
{
428-
tracing::warn!("Error serving HTTP2 connection: {err:?}");
428+
tracing::warn!("Error serving HTTP connection: {err:?}");
429429
}
430430
});
431431
}

0 commit comments

Comments
 (0)