Fix missing argument to logging warning call

Change-Id: I04ff613e785b6b39476b7766b94c831d7e22148a
This commit is contained in:
Michael Kerrin 2013-05-21 14:28:32 +00:00
parent eebcd6f205
commit ef874ea43f
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ def inject_data_into_fs(fs, key, net, metadata, admin_password, files,
if inject in mandatory:
raise
LOG.warn(_('Ignoring error injecting %(inject)s into image '
'(%(e)s)'), {'e': e})
'(%(e)s)'), {'e': e, 'inject': inject})
status = False
return status