mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 19:03:46 +01:00
Banmanager: Move 'creating' message from warningstream to infostream (#6277)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user