aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pathod/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/test.py b/pathod/test.py
index 28ade101..32b37731 100644
--- a/pathod/test.py
+++ b/pathod/test.py
@@ -58,7 +58,7 @@ class Daemon:
l = self.expect_log(1)
if not l:
return None
- return l[0]
+ return l[-1]
def log(self):
"""