summaryrefslogtreecommitdiff
path: root/cloudinit/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r--cloudinit/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py
index 9f55a984..09686340 100644
--- a/cloudinit/helpers.py
+++ b/cloudinit/helpers.py
@@ -253,7 +253,7 @@ class Paths(object):
# will confuse os.path.join
joined = joined.lstrip("/")
joined = os.path.join(root, joined)
- LOG.debug("Translated %s to adjusted path %s (%s)",
+ LOG.debug("Translated %s to adjusted path %s (read-only=%s)",
pre_joined, joined, read_only)
return joined