Skip to content

Commit efd2ab0

Browse files
Update taurus/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent febab08 commit efd2ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taurus/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn main() {
7777
{
7878
log::error!("Health server error: {:?}", err);
7979
} else {
80-
log::info!("Health server started!");
80+
log::info!("Health server stopped gracefully.");
8181
}
8282
}))
8383
} else {

0 commit comments

Comments
 (0)