another log tweak

This commit is contained in:
zzz
2025-01-27 09:29:07 -05:00
parent ccc211273b
commit cd721772f1

View File

@@ -131,8 +131,8 @@ public class NewsManager implements ClientApp {
public synchronized void startup() {
changeState(STARTING);
_currentNews = PersistNews.load(_context);
if (_log.shouldWarn())
_log.warn("Initialized with " + _currentNews.size() + " entries");
if (_log.shouldInfo())
_log.info("Initialized with " + _currentNews.size() + " entries");
changeState(RUNNING);
if (_cmgr != null)
_cmgr.register(this);