Skip to content

Commit 0db1821

Browse files
committed
timeout message
1 parent 47a2b51 commit 0db1821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auto_splitting/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ fn watchdog<T: event::CommandSink + TimerQuery + Send>(shared_state: Arc<SharedS
944944
};
945945

946946
if result.timed_out() {
947+
log::error!(target: "Auto Splitter", "timeout, no update in {} seconds", TIMEOUT.as_secs_f32());
947948
if let Some(auto_splitter) = &*shared_state.auto_splitter.load() {
948949
auto_splitter.interrupt_handle().interrupt();
949950
}

0 commit comments

Comments
 (0)