forked from Mirrorlandia_minetest/minetest
Banmanager: Move 'creating' message from warningstream to infostream (#6277)
This commit is contained in:
parent
d1a39f0140
commit
e53d8a7536
@ -33,7 +33,7 @@ BanManager::BanManager(const std::string &banfilepath):
|
|||||||
try {
|
try {
|
||||||
load();
|
load();
|
||||||
} catch(SerializationError &e) {
|
} catch(SerializationError &e) {
|
||||||
warningstream<<"BanManager: creating "
|
infostream << "BanManager: creating "
|
||||||
<< m_banfilepath << std::endl;
|
<< m_banfilepath << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user