Skip to content

Commit 0098af0

Browse files
committed
tappd: Print watchdog error detail
1 parent 90af3a7 commit 0098af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tappd/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async fn run_watchdog(port: u16) {
140140
error!("Health check failed with status: {}", response.status());
141141
}
142142
Err(err) => {
143-
error!("Health check request failed: {}", err);
143+
error!("Health check request failed: {err:?}");
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)