Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jan 21, 2024
1 parent 331b312 commit 9460c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async fn main() {
match task {
None => tokio::time::sleep(Duration::from_secs(5)).await,
Some(task) => {
info!("Task complete: {:?}", task);
info!("Task exits: {:?}", task);
}
}
}
Expand Down

0 comments on commit 9460c02

Please sign in to comment.