DataSourceEc2: fix bad usage of log that caused trace
This commit is contained in:
parent
2cdc5c25c1
commit
c1b947c735
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user