Skip to content

Commit

Permalink
Log when LibreTranslate is starting up
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed Sep 25, 2024
1 parent 38abb15 commit 1b6f09d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class LocalLibreTranslateInstance private constructor(val process: Process, val
val process = processBuilder.start()
lastPid = process.pid()

info("LibreTranslate is starting... (PID: ${process.pid()})")

val timer = Timer()

process.onExit()
Expand Down

0 comments on commit 1b6f09d

Please sign in to comment.