mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Better logging in content de-dupe.
This commit is contained in:
parent
2fa204b840
commit
28dfd96112
1 changed files with 1 additions and 1 deletions
|
@ -1348,7 +1348,7 @@ class Feed(models.Model):
|
|||
if story_in_system and not story_has_changed:
|
||||
if story_content != existing_story_content:
|
||||
if settings.DEBUG:
|
||||
logging.debug(" ---> Content difference - %s/%s" % (len(story_content), len(existing_story_content)))
|
||||
logging.debug(" ---> Content difference - %s (%s)/%s (%s)" % (story.get('title'), len(story_content), existing_story.story_title, len(existing_story_content)))
|
||||
story_has_changed = True
|
||||
if story_link != existing_story.story_permalink:
|
||||
if settings.DEBUG:
|
||||
|
|
Loading…
Add table
Reference in a new issue