mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] FileEditorManager - no files to reopen is not WARN anymore
GitOrigin-RevId: 35ae71c40e9d823812c597593171d6b5c3cb6637
This commit is contained in:
committed by
intellij-monorepo-bot
parent
429dbbb241
commit
7fdf22fa39
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user