Fix log output in ban.cpp
parent
8b6cce18cb
commit
611fe41588
|
@ -80,7 +80,7 @@ void BanManager::save()
|
||||||
|
|
||||||
if(os.good() == false)
|
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");
|
throw SerializationError("BanManager::load(): Couldn't open file");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue