diff options
-rw-r--r-- | src/ban.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ban.cpp b/src/ban.cpp index 6a747948b..053e799be 100644 --- a/src/ban.cpp +++ b/src/ban.cpp @@ -33,8 +33,8 @@ BanManager::BanManager(const std::string &banfilepath): try { load(); } catch(SerializationError &e) { - warningstream<<"BanManager: creating " - <<m_banfilepath<<std::endl; + infostream << "BanManager: creating " + << m_banfilepath << std::endl; } } |