1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-25 14:00:30 +02:00

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

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