Should not call _LOG.error (reported by P. Franklin)

svn: r18291
This commit is contained in:
Doug Blank 2011-10-12 11:24:21 +00:00
parent 0cd782cd5f
commit 4ce6dc3788

View File

@ -313,7 +313,6 @@ class DbLoader(CLIDbLoader):
self.dbstate.no_database()
self._errordialog( _("Cannot open database"), str(msg))
except gen.db.exceptions.DbEnvironmentError, msg:
_LOG.error("dbloader: read_file: DbEnvironmentError detected")
self.dbstate.no_database()
self._errordialog( _("Cannot open database"), str(msg))
except OSError, msg: