Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Jan 4, 2013
1 parent f6c858f commit c4381c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/reader/models.py
Expand Up @@ -470,7 +470,7 @@ def calculate_feed_scores(self, silent=False, stories=None):
self.mark_feed_read()

if not silent:
logging.info(' ---> [%s] Computing scores: %s (%s/%s/%s)' % (self.user, self.feed, feed_scores['negative'], feed_scores['neutral'], feed_scores['positive']))
logging.user(self.user, '~FC~SNComputing scores: %s (~SB%s~SN/~SB%s~SN/~SB%s~SN)' % (self.user, self.feed, feed_scores['negative'], feed_scores['neutral'], feed_scores['positive']))

return self

Expand Down

0 comments on commit c4381c3

Please sign in to comment.