Skip to content

Commit 0731e97

Browse files
committed
Понизил уровень ошибки
1 parent 9be0930 commit 0731e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/ParentProcessWatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void watch() {
7070
.orElse(false);
7171

7272
if (!processIsAlive) {
73-
LOGGER.error("Parent process with pid {} is not found. Closing application...", parentProcessId);
73+
LOGGER.info("Parent process with pid {} is not found. Closing application...", parentProcessId);
7474
languageServer.exit();
7575
}
7676
}

0 commit comments

Comments
 (0)