[Pkg-privacy-commits] [tails-installer] 18/35: Log exceptions when trying to clean up our processes

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.

commit 185994c4389f7ba1cf39ce63662007ac4bfb8d32
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Apr 22 14:45:57 2013 -0400

    Log exceptions when trying to clean up our processes
---
 liveusb/creator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index e918c38..7c011b0 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -743,8 +743,8 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
             try:
                 os.kill(pid, signal.SIGHUP)
                 self.log.debug("Killed process %d" % pid)
-            except OSError:
-                pass
+            except OSError, e:
+                self.log.debug(str(e))
 
     def verify_iso_md5(self):
         """ Verify the ISO md5sum.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list