[platform] FileEditorManager - no files to reopen is not WARN anymore

GitOrigin-RevId: 35ae71c40e9d823812c597593171d6b5c3cb6637
This commit is contained in:
Yuriy Artamonov
2024-12-21 20:02:12 +00:00
committed by intellij-monorepo-bot
parent 429dbbb241
commit 7fdf22fa39
@@ -2143,7 +2143,7 @@ open class FileEditorManagerImpl(
windowAdded: suspend () -> Unit,
) {
if (items.isEmpty()) {
LOG.warn("no files to reopen")
LOG.info("no files to reopen")
return
}