]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
cgroup: Don't be verbose about killing processes.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Mar 2013 00:22:19 +0000 (01:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Mar 2013 00:22:19 +0000 (01:22 +0100)
python/pakfire/cgroup.py

index 6c85937c2074d19253437356e95a1771890b47cc..207f2704459a700a087b7a531befadc7bd2f8a66 100644 (file)
@@ -316,7 +316,7 @@ class CGroup(object):
 
                        if sig:
                                # Send sig to all processes in the cgroup.
-                               log.info("Sending signal %s to all processes in '%s'." % (sig, self.name))
+                               log.debug("Sending signal %s to all processes in '%s'." % (sig, self.name))
                                self.kill(sig=sig, recursive=True)
 
                        # Sleep for 200ms.