Downgrade a warning

This commit is contained in:
Mike Dilger 2022-12-25 09:06:44 +13:00
parent 8ab8f750bb
commit c394f833b0

View File

@ -95,7 +95,7 @@ impl Overlord {
let maybe_url = self.minions_task_url.get(&id);
match maybe_url {
Some(url) => {
warn!("Relay Task {} completed", &url);
info!("Relay Task {} completed", &url);
// Remove from our hashmap
self.minions_task_url.remove(&id);