mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Add/remove/change some log messages for clarity
This commit is contained in:
parent
a00b9cab36
commit
9d81c02f27
11 changed files with 73 additions and 79 deletions
|
@ -879,10 +879,10 @@ PathCost Pathfinder::calcCost(v3s16 pos, v3s16 dir)
|
|||
DEBUG_OUT("Pathfinder cost below height found" << std::endl);
|
||||
}
|
||||
else {
|
||||
INFO_TARGET << "Pathfinder:"
|
||||
DEBUG_OUT("Pathfinder:"
|
||||
" distance to surface below too big: "
|
||||
<< (testpos.Y - pos2.Y) << " max: " << m_maxdrop
|
||||
<< std::endl;
|
||||
<< std::endl);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue