From a2ba3597657ab94499dacd4ba7565056df4b6ccb Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 12 Jul 2012 14:59:12 -0400 Subject: fix bad variable. should be 'LOG', not 'log' --- cloudinit/sources/DataSourceOVF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/sources') diff --git a/cloudinit/sources/DataSourceOVF.py b/cloudinit/sources/DataSourceOVF.py index d3c42f3b..0f38afcc 100644 --- a/cloudinit/sources/DataSourceOVF.py +++ b/cloudinit/sources/DataSourceOVF.py @@ -213,7 +213,7 @@ def transport_iso9660(require_iso=True): (fname, contents) = util.mount_cb(fullp, get_ovf_env, mtype="iso9660") except util.MountFailedError: - log.debug("%s not mountable as iso9660" % fullp) + LOG.debug("%s not mountable as iso9660" % fullp) if contents is not False: return (contents, fullp, fname) -- cgit v1.2.3