mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Banmanager: Move 'creating' message from warningstream to infostream (#6277)
This commit is contained in:
@@ -33,7 +33,7 @@ BanManager::BanManager(const std::string &banfilepath):
|
||||
try {
|
||||
load();
|
||||
} catch(SerializationError &e) {
|
||||
warningstream<<"BanManager: creating "
|
||||
infostream << "BanManager: creating "
|
||||
<< m_banfilepath << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user