Add cancel button to password change menu. (#5720)
[oweals/minetest.git] / src / ban.cpp
index 108319953ad069341d193ea086ca507ddde0c031..5fa430702724feee2b94fa205559be5759ea50e8 100644 (file)
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "threading/mutex_auto_lock.h"
 #include <sstream>
 #include <set>
-#include "strfnd.h"
+#include "util/strfnd.h"
 #include "util/string.h"
 #include "log.h"
 #include "filesys.h"
@@ -36,7 +36,7 @@ BanManager::BanManager(const std::string &banfilepath):
        }
        catch(SerializationError &e)
        {
-               infostream<<"WARNING: BanManager: creating "
+               warningstream<<"BanManager: creating "
                                <<m_banfilepath<<std::endl;
        }
 }