]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pakfire/patches/0006-cgroup-Don-t-be-verbose-about-killing-processes.patch
python: Update to 2.7.5.
[people/ms/ipfire-3.x.git] / pakfire / patches / 0006-cgroup-Don-t-be-verbose-about-killing-processes.patch
CommitLineData
eac44f69
MT
1From 337a733a278a81c1ad44f9d1fed65ec6581dfa44 Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Sun, 10 Mar 2013 01:22:19 +0100
4Subject: [PATCH 06/19] cgroup: Don't be verbose about killing processes.
5
6---
7 python/pakfire/cgroup.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/python/pakfire/cgroup.py b/python/pakfire/cgroup.py
11index 6c85937..207f270 100644
12--- a/python/pakfire/cgroup.py
13+++ b/python/pakfire/cgroup.py
14@@ -316,7 +316,7 @@ class CGroup(object):
15
16 if sig:
17 # Send sig to all processes in the cgroup.
18- log.info("Sending signal %s to all processes in '%s'." % (sig, self.name))
19+ log.debug("Sending signal %s to all processes in '%s'." % (sig, self.name))
20 self.kill(sig=sig, recursive=True)
21
22 # Sleep for 200ms.
23--
241.8.1.4
25