forked from openlp/openlp
Complete half changed line in log.exception conversion
This commit is contained in:
parent
a5fb1d05ef
commit
803aa6213d
@ -225,7 +225,7 @@ class SongManager():
|
||||
return True
|
||||
except Exception, e:
|
||||
self.session.rollback()
|
||||
log.error(u'Could not save book to song database')
|
||||
log.exception(u'Could not save book to song database')
|
||||
return False
|
||||
|
||||
def delete_book(self, bookid):
|
||||
|
Loading…
Reference in New Issue
Block a user