--- storage/iscsi.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/iscsi.py b/storage/iscsi.py index aac6e3b..1499fd4 100644 --- a/storage/iscsi.py +++ b/storage/iscsi.py @@ -246,7 +246,7 @@ class iscsi(object): logged_in = logged_in + 1 except IOError, e: log.warning( - _("Could not log into discovered iscsi target %s: %s") % + "Could not log into discovered iscsi target %s: %s" % (node.name, str(e))) # some nodes may require different credentials pass -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list