mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change warning level for failing to find site placement to debug.
This commit is contained in:
parent
0fbe6a67f2
commit
5e506a02ef
@ -1441,7 +1441,7 @@ fn find_site_loc(
|
||||
});
|
||||
}
|
||||
}
|
||||
warn!("Failed to place site {:?}.", site_kind);
|
||||
debug!("Failed to place site {:?}.", site_kind);
|
||||
None
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user