summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-11 21:17:11 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-11 21:23:34 -0600
commitcd634011eca6b000aab2de8127c2c78f1e993c8f (patch)
tree6013bc64038762433f4ec0336449774abc682de9
parent61e0834a05ffdc25e8143866f26774503d96599f (diff)
downloadmock-cd634011eca6b000aab2de8127c2c78f1e993c8f.tar.gz
mock-cd634011eca6b000aab2de8127c2c78f1e993c8f.tar.xz
mock-cd634011eca6b000aab2de8127c2c78f1e993c8f.zip
demote setarch log msg back to debug() since we now have a warning for when it doesnt run.
-rw-r--r--py/mock/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mock/util.py b/py/mock/util.py
index cbb3653..86608da 100644
--- a/py/mock/util.py
+++ b/py/mock/util.py
@@ -209,7 +209,7 @@ def condPersonality(per=None):
res = _libc.personality(personality_defs[per])
if res == -1:
raise OSError(_errno.value, os.strerror(_errno.value))
- getLog().info("Ran setarch '%s'" % per)
+ getLog().debug("Ran setarch '%s'" % per)
CLONE_NEWNS = 0x00020000