Skip to content

Commit

Permalink
Merge pull request #2898 from 1c-syntax/fix/egoglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 11, 2022
2 parents 9be0930 + 0731e97 commit c53281d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void watch() {
.orElse(false);

if (!processIsAlive) {
LOGGER.error("Parent process with pid {} is not found. Closing application...", parentProcessId);
LOGGER.info("Parent process with pid {} is not found. Closing application...", parentProcessId);
languageServer.exit();
}
}
Expand Down

0 comments on commit c53281d

Please sign in to comment.