Fix outdated systemd related exception text.
This commit is contained in:
@@ -105,7 +105,7 @@ def setup_logging(config: Config) -> None:
|
||||
try:
|
||||
from cysystemd.journal import JournaldLogHandler
|
||||
except ImportError:
|
||||
raise OperationalException("You need the systemd python package be installed in "
|
||||
raise OperationalException("You need the cysystemd python package be installed in "
|
||||
"order to use logging to journald.")
|
||||
handler_jd = get_existing_handlers(JournaldLogHandler)
|
||||
if handler_jd:
|
||||
|
Reference in New Issue
Block a user