mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Move status log calls to use LogInfo
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ void CullPoints(std::vector<FindPerson_Point> &points) {
|
||||
|
||||
if (zone->zonemap->CheckLoS(glm::vec3(p.x, p.y, p.z), glm::vec3(p2.x, p2.y, p2.z))) {
|
||||
points.erase(points.begin() + i + 1);
|
||||
Log(Logs::General, Logs::Status, "Culled find path point %u, connecting %u->%u instead.", i + 1, i, i + 2);
|
||||
LogInfo("Culled find path point [{}], connecting [{}]->[{}] instead", i + 1, i, i + 2);
|
||||
}
|
||||
else {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user