Adjust name in worker log output

This commit is contained in:
Joshua Boniface 2023-11-16 02:25:02 -05:00
parent 4555f5a20a
commit 18e43a9377
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def start_keydb(logger, config):
def start_api_worker(logger, config):
if config["enable_api"]:
logger.out("Starting API worker daemon", state="i")
logger.out("Starting Celery Worker daemon", state="i")
# TODO: Move our handling out of Systemd and integrate it directly as a subprocess?
common.run_os_command("systemctl start pvcworkerd.service")