Yet another logging fix
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
This commit is contained in:
parent
966dd8f359
commit
85f8b97607
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ async fn idle(start: &DateTime<Utc>, config: &Config) {
|
||||||
sleep_duration = Duration::seconds(60);
|
sleep_duration = Duration::seconds(60);
|
||||||
}
|
}
|
||||||
|
|
||||||
let info_msg = format!("Idling for {} seconds", sleep_duration.to_string());
|
let info_msg = format!("Idling for {} seconds", sleep_duration.num_seconds());
|
||||||
info!(info_msg);
|
info!(info_msg);
|
||||||
|
|
||||||
if let Some(status_url) = config.status_post_url.clone() {
|
if let Some(status_url) = config.status_post_url.clone() {
|
||||||
|
|
Loading…
Reference in a new issue