summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-09-22 19:25:09 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-09-22 19:25:09 +0200
commitbdaa068289fc397e7a4caa590eec32de6e4e79c0 (patch)
tree18ea30a66a2627043f4e96a5cdf3bcd127c24110
parentf9ba9234a414782f8bb41c1286eefce6173c22b1 (diff)
downloadtracker-bdaa068289fc397e7a4caa590eec32de6e4e79c0.tar.gz
trackertestutils: Log when the D-Bus daemon has stopped
I saw a test block after the 'Stopping 2 pipe reader threads' message. This extra log message will help us narrow down the problem when it reoccurs.
-rw-r--r--utils/trackertestutils/dbusdaemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/trackertestutils/dbusdaemon.py b/utils/trackertestutils/dbusdaemon.py
index 71f8a31fa..796fdc912 100644
--- a/utils/trackertestutils/dbusdaemon.py
+++ b/utils/trackertestutils/dbusdaemon.py
@@ -111,6 +111,7 @@ class DBusDaemon:
if self._previous_sigterm_handler:
signal.signal(signal.SIGTERM, self._previous_sigterm_handler)
self._previous_sigterm_handler = None
+ log.debug("DBus daemon stopped")
def pipe_to_log(self, pipe, dbuslog):
"""This function processes the output from our dbus-daemon instance."""