mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Clean up log messages everywhere
This commit is contained in:
parent
6ec447a1aa
commit
f1d9880006
17 changed files with 247 additions and 248 deletions
|
@ -517,7 +517,7 @@ std::string LuaEntitySAO::getClientInitializationData()
|
|||
|
||||
std::string LuaEntitySAO::getStaticData()
|
||||
{
|
||||
infostream<<__FUNCTION_NAME<<std::endl;
|
||||
verbosestream<<__FUNCTION_NAME<<std::endl;
|
||||
std::ostringstream os(std::ios::binary);
|
||||
// version
|
||||
writeU8(os, 1);
|
||||
|
@ -641,7 +641,7 @@ std::string LuaEntitySAO::getDescription()
|
|||
os<<(m_base_position.Y/BS)<<",";
|
||||
os<<(m_base_position.Z/BS);
|
||||
os<<")";
|
||||
return std::string("LuaEntitySAO");
|
||||
return os.str();
|
||||
}
|
||||
|
||||
void LuaEntitySAO::setVelocity(v3f velocity)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue