Fix log output in ban.cpp

This commit is contained in:
Perttu Ahola 2012-03-11 12:12:21 +02:00
parent 8b6cce18cb
commit 611fe41588
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}