X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fban.cpp;h=cf1b8d6676151a1c51df52d71acf08ed26662705;hb=81385682c8c1da90f2366452b10e20a93c0865fb;hp=398976260cc3d33eab1632285836abce023970dc;hpb=e40da2341cfcd6580075571d325105b9a9fe783a;p=minetest.git diff --git a/src/ban.cpp b/src/ban.cpp index 398976260..cf1b8d667 100644 --- a/src/ban.cpp +++ b/src/ban.cpp @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include "strfnd.h" -#include "debug.h" +#include "log.h" BanManager::BanManager(const std::string &banfilepath): m_banfilepath(banfilepath), @@ -35,7 +35,7 @@ BanManager::BanManager(const std::string &banfilepath): } catch(SerializationError &e) { - dstream<<"WARNING: BanManager: creating " + infostream<<"WARNING: BanManager: creating " <