modify logging

This commit is contained in:
kale4eat
2024-03-05 15:04:27 +09:00
parent 85f5b9bd25
commit 98ff976ec0
3 changed files with 11 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ def initialize(port: int = WOKER_PORT):
try:
client = WorkerClient(port)
except (socket.timeout, socket.error):
logger.debug("try starting worker server")
logger.debug("try starting pyopenjtalk worker server")
import os
import subprocess