summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/python/lib/daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/python/lib/daemon.py b/share/python/lib/daemon.py
index a62ca24..5ce4bbc 100644
--- a/share/python/lib/daemon.py
+++ b/share/python/lib/daemon.py
@@ -222,6 +222,7 @@ def daemon_start_fails_with(ctx, message=None):
def daemon_start_succeeds(ctx):
daemon = ctx.declare("_daemon")
+ logging.debug(f"daemon_start_succeeds: {daemon}")
assert "_start_error" not in daemon