mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 21:56:36 +00:00
Move status log calls to use LogInfo
This commit is contained in:
@@ -475,7 +475,7 @@ void PathfinderNavmesh::Load(const std::string &path)
|
||||
m_impl->nav_mesh->addTile(data, data_size, DT_TILE_FREE_DATA, tile_ref, 0);
|
||||
}
|
||||
|
||||
Log(Logs::General, Logs::Status, "Loaded Navmesh V%u file %s", version, path.c_str());
|
||||
LogInfo("Loaded Navmesh V[{}] file [{}]", version, path.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user