Change warning level for failing to find site placement to debug.

This commit is contained in:
Tormod Gjeitnes Hellen 2023-02-21 13:30:34 +01:00
parent 0fbe6a67f2
commit 5e506a02ef
No known key found for this signature in database
GPG Key ID: 48FAFB3169034023

View File

@ -1441,7 +1441,7 @@ fn find_site_loc(
});
}
}
warn!("Failed to place site {:?}.", site_kind);
debug!("Failed to place site {:?}.", site_kind);
None
}