1
0
Fork 0

Fix debug wait log message

This commit is contained in:
Alexander Böhm 2024-01-05 16:56:18 +01:00
parent 703bb1b48c
commit 63044009c9
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@ async fn main() {
};
let _ = push_result.map_err(|err| format!("Problem while pushing door status: {err}"));
sleep(RECHECK_DELAY).await;
log::debug!("Waiting {RECHECK_DELAY:?} secs to read the door status");
sleep(RECHECK_DELAY).await;
}
}