diff options
-rw-r--r-- | cloudinit/DataSourceEc2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/DataSourceEc2.py b/cloudinit/DataSourceEc2.py index 6e60b67a..e468bf50 100644 --- a/cloudinit/DataSourceEc2.py +++ b/cloudinit/DataSourceEc2.py @@ -49,7 +49,7 @@ class DataSourceEc2(DataSource.DataSource): self.metadata = eval(data) mdf.close() - cloudinit.log.debug("using seeded ec2 cache data" % self.cachedir) + cloudinit.log.debug("using seeded ec2 cache data in %s" % self.cachedir) return True except: pass |