summaryrefslogtreecommitdiff
path: root/cloudinit/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r--cloudinit/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py
index 0bd13c78..16548001 100644
--- a/cloudinit/helpers.py
+++ b/cloudinit/helpers.py
@@ -260,8 +260,8 @@ class Paths(object):
def get_ipath(self, name=None):
ipath = self._get_ipath(name)
if not ipath:
- LOG.warn(("No per instance semaphores available, "
- "is there an datasource/iid set?"))
+ LOG.warn(("No per instance data available, "
+ "is there an datasource/iid set?"))
return None
else:
return ipath