summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-10 17:17:01 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-10 17:27:53 +0000
commitc1d73faab8d3a9ad50e76c57d41ccbf266a88048 (patch)
tree963494ce8e72e429cdb105ca6e5023ff69aa6c4b /morphlib/stagingarea_tests.py
parent444ba7c2f0f3d53753abeff6dfd33681279a3d84 (diff)
downloadmorph-c1d73faab8d3a9ad50e76c57d41ccbf266a88048.tar.gz
Reduce spam from setting up staging area
Make the message "Installing chunk..." be chatty, i.e., only displayed when the user turns verbosity higher. Most of the time the chunk is already unpacked in the cache, so installing it takes a fraction of a second. Add a new message, at default verbosity, when a chunk needs to be unpacked. This can take a while, so a message is appropriate, so the user knows what is happening.
Diffstat (limited to 'morphlib/stagingarea_tests.py')
-rw-r--r--morphlib/stagingarea_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/stagingarea_tests.py b/morphlib/stagingarea_tests.py
index 27f85dff..1c424ab8 100644
--- a/morphlib/stagingarea_tests.py
+++ b/morphlib/stagingarea_tests.py
@@ -57,7 +57,7 @@ class FakeApplication(object):
def runcmd_unchecked(self, *args, **kwargs):
return cliapp.runcmd_unchecked(*args, **kwargs)
- def status(self, msg):
+ def status(self, **kwargs):
pass