DataSourceEc2: fix bad usage of log that caused trace

This commit is contained in:
Scott Moser 2012-07-16 16:16:27 -04:00
parent 2cdc5c25c1
commit c1b947c735

View File

@ -230,7 +230,7 @@ class DataSourceEc2(sources.DataSource):
remapped = self._remap_device(os.path.basename(found))
if remapped:
LOG.debug("Remapped device name %s => %s", (found, remapped))
LOG.debug("Remapped device name %s => %s", found, remapped)
return remapped
# On t1.micro, ephemeral0 will appear in block-device-mapping from