Skip to content

Commit

Permalink
restore: tweaked "squid" messages for brevity and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Oct 24, 2013
1 parent 3b794b0 commit 4930edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duplicity.py
Expand Up @@ -146,7 +146,7 @@ def __call__(self, download_path, target, debug=False, log=None):
else:
opts = []

log("### started squid background process: downloaded backup archives cached in " + self.cache_dir + "\n")
log("### started squid: caching downloaded backup archives to " + self.cache_dir + "\n")

squid = Squid(self.cache_size, self.cache_dir)
squid.start()
Expand All @@ -168,7 +168,7 @@ def __call__(self, download_path, target, debug=False, log=None):

sys.stdout.flush()

log("\n### stopping squid: download complete\n")
log("\n### stopping squid: download complete so caching no longer required\n")
squid.stop()

class Uploader(AttrDict):
Expand Down

0 comments on commit 4930edb

Please sign in to comment.