Skip to content

Commit c53281d

Browse files
authored
Merge pull request #2898 from 1c-syntax/fix/egoglevel
2 parents 9be0930 + 0731e97 commit c53281d

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)