mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
4d24537590
commit
ef0009aea7
4 changed files with 40 additions and 31 deletions
|
@ -1328,8 +1328,8 @@ ServerMap::~ServerMap()
|
|||
}
|
||||
catch(std::exception &e)
|
||||
{
|
||||
infostream<<"ServerMap: Failed to save map to "<<m_savedir
|
||||
<<", exception: "<<e.what()<<std::endl;
|
||||
errorstream << "ServerMap: Failed to save map to " << m_savedir
|
||||
<< ", exception: " << e.what() << std::endl;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue