[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: fix race
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: fix race |
Date: |
Thu, 18 Jan 2018 15:57:10 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new a93a91a fix race
a93a91a is described below
commit a93a91a0603a848e9d1de200e3b5ae74bbdcb1f8
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 15:57:04 2018 +0100
fix race
---
bin/taler-log-adapter | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/taler-log-adapter b/bin/taler-log-adapter
index 52dc15c..51d2df6 100755
--- a/bin/taler-log-adapter
+++ b/bin/taler-log-adapter
@@ -30,6 +30,8 @@ import time
def handler(signum, frame):
if p:
os.kill(p.pid, signal.SIGINT)
+ else:
+ sys.exit(-1)
def touchp(path):
dir = os.path.dirname(path)
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: fix race,
gnunet <=