From 00399cd672e14b7e6953954eaf126f0ccfe35ecd Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 11 Jun 2012 18:01:59 -0700 Subject: Fix log statement. --- cloudinit/helpers.py | 4 ++-- 1 file 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 -- cgit v1.2.3