On Fri, Mar 27, 2009 at 09:47:50AM -0400, Chris Lumens wrote: > > storage/devices.py | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/storage/devices.py b/storage/devices.py > > index 2f1319e..9f8270a 100644 > > --- a/storage/devices.py > > +++ b/storage/devices.py > > @@ -2684,7 +2684,7 @@ class OpticalDevice(StorageDevice): > > try: > > _isys.ejectcdrom(fd) > > except SystemError as e: > > - log.warning("error ejecting cdrom %s: %s" % (device, e)) > > + log.warning("error ejecting cdrom %s: %s" % (self.name, e)) > > > > os.close(fd) > > Likewise, though with something this simple it probably doesn't matter. > Please make sure to include the bug numbers in the commit messages for > our future reference. Will do for the future fixes. > > - Chris > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list -- Joel Andres Granados Brno, Czech Republic, Red Hat. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list