diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 08:57:28 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 08:57:28 -0700 |
commit | 22ea7bb511232954949a6ffecce9d248117517f3 (patch) | |
tree | aca43cda49bda5625f27cdbdf78712728873eced | |
parent | 5ea974d4d334e947d8a32115522767bcb99dbc51 (diff) | |
download | vyos-cloud-init-22ea7bb511232954949a6ffecce9d248117517f3.tar.gz vyos-cloud-init-22ea7bb511232954949a6ffecce9d248117517f3.zip |
Clean up this log statement to be more useful.
-rw-r--r-- | cloudinit/transforms/cc_apt_pipelining.py | 2 |
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) |