mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing push re-sub logging.
This commit is contained in:
parent
00f59821be
commit
bdd60bf3f7
1 changed files with 2 additions and 2 deletions
|
@ -239,8 +239,8 @@ class ProcessFeed:
|
|||
if (hub_url and self_url and not settings.DEBUG and
|
||||
(push_expired or not self.feed.is_push or self.options.get('force'))):
|
||||
logging.debug(u' ---> [%-30s] ~BB~FW%sSubscribing to PuSH hub: %s' % (
|
||||
"~SKRe-~SN" if push_expired else "",
|
||||
self.feed.title[:30], hub_url))
|
||||
self.feed.title[:30],
|
||||
"~SKRe-~SN" if push_expired else "", hub_url))
|
||||
PushSubscription.objects.subscribe(self_url, feed=self.feed, hub=hub_url)
|
||||
|
||||
logging.debug(u' ---> [%-30s] ~FYParsed Feed: %snew=%s~SN~FY %sup=%s~SN same=%s%s~SN %serr=%s~SN~FY total=~SB%s' % (
|
||||
|
|
Loading…
Add table
Reference in a new issue