forked from Mirrorlandia_minetest/minetest
Fix log output in ban.cpp
This commit is contained in:
parent
8b6cce18cb
commit
611fe41588
@ -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…
Reference in New Issue
Block a user