mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Wrong log in feeddata.
This commit is contained in:
parent
e4e9b5fa18
commit
7caa5fa99a
1 changed files with 1 additions and 1 deletions
|
@ -1875,7 +1875,7 @@ class FeedData(models.Model):
|
|||
if hasattr(self, 'id') and self.id: self.delete()
|
||||
except DatabaseError, e:
|
||||
# Nothing updated
|
||||
logging.debug(" ---> ~FRNothing updated in FeedData (%s): %s" % (feed, e))
|
||||
logging.debug(" ---> ~FRNothing updated in FeedData (%s): %s" % (self.feed, e))
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue