Fix log output in ban.cpp
authorPerttu Ahola <celeron55@gmail.com>
Sun, 11 Mar 2012 10:12:21 +0000 (12:12 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 11 Mar 2012 10:12:21 +0000 (12:12 +0200)
src/ban.cpp

index 7fa8eb058efbb21c95637ce3475cad72297b7496..cf1b8d6676151a1c51df52d71acf08ed26662705 100644 (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");
        }