Small fixes to logging
This commit is contained in:
parent
3928367692
commit
17e161bc27
2 changed files with 3 additions and 3 deletions
src
|
@ -124,7 +124,7 @@ async fn idle(start: &DateTime<Utc>, config: &Config) {
|
|||
sleep_duration = Duration::seconds(60);
|
||||
}
|
||||
|
||||
let info_msg = format!("Idling for {} seconds", sleep_duration);
|
||||
let info_msg = format!("Idling for {} seconds", sleep_duration.to_string());
|
||||
info!(info_msg);
|
||||
|
||||
if let Some(status_url) = config.status_post_url.clone() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue