Complete half changed line in log.exception conversion

This commit is contained in:
Jon Tibble 2009-09-18 12:55:26 +01:00
parent a5fb1d05ef
commit 803aa6213d
1 changed files with 1 additions and 1 deletions

View File

@ -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):