summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-28 10:40:54 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-28 13:01:27 +0300
commitc54626006a449a2342525a82f78a313fca7fff41 (patch)
tree9cf3f76467f31e3456569d5fb633b3aacf914079 /share
parent00a3d84256f6a4f16ba4b5838eca5834f4f2e1da (diff)
downloadsubplot-c54626006a449a2342525a82f78a313fca7fff41.tar.gz
test: log _daemon namespace for debugging CI
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