Skip to content

Commit

Permalink
Update roles/jd-client/src/lib/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: plebhash <[email protected]>
  • Loading branch information
Shourya742 and plebhash authored Jan 6, 2025
1 parent 6a95deb commit a0ffe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jd-client/src/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl JobDeclaratorClient {
break;
}
status::State::UpstreamRogue => {
error!("Changin Pool");
error!("Changing Pool");
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
task_collector
.safe_lock(|s| {
Expand Down

0 comments on commit a0ffe75

Please sign in to comment.