mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix log output in ban.cpp
This commit is contained in:
parent
8b6cce18cb
commit
611fe41588
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void BanManager::save()
|
|||
|
||||
if(os.good() == false)
|
||||
{
|
||||
infostream<<"BanManager: failed loading from "<<m_banfilepath<<std::endl;
|
||||
infostream<<"BanManager: failed saving to "<<m_banfilepath<<std::endl;
|
||||
throw SerializationError("BanManager::load(): Couldn't open file");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue