summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 08:57:28 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 08:57:28 -0700
commit22ea7bb511232954949a6ffecce9d248117517f3 (patch)
treeaca43cda49bda5625f27cdbdf78712728873eced /cloudinit
parent5ea974d4d334e947d8a32115522767bcb99dbc51 (diff)
downloadvyos-cloud-init-22ea7bb511232954949a6ffecce9d248117517f3.tar.gz
vyos-cloud-init-22ea7bb511232954949a6ffecce9d248117517f3.zip
Clean up this log statement to be more useful.
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/transforms/cc_apt_pipelining.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/transforms/cc_apt_pipelining.py b/cloudinit/transforms/cc_apt_pipelining.py
index 3c24d7c3..d8e574b9 100644
--- a/cloudinit/transforms/cc_apt_pipelining.py
+++ b/cloudinit/transforms/cc_apt_pipelining.py
@@ -57,4 +57,4 @@ def write_apt_snippet(setting, log, f_name=default_file):
util.write_file(f_name, file_contents)
- log.debug("Wrote %s with APT pipeline setting" % f_name)
+ log.debug("Wrote %s with apt pipeline depth setting %s", f_name, setting)