Skip to content

Commit

Permalink
Fixing error log format
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Jun 14, 2010
1 parent 981d504 commit 87e8ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/feeder.py
Expand Up @@ -95,7 +95,7 @@ def cron_fetch_feeds():
pass
#log.info('Skipping duplicate entry %s, caught error: %s', entry_guid, e)
except Exception, e:
log.error('General Error: %s', feed.url, e)
log.error('General Error on %s: %s', feed.url, e)
# TODO monitor exceptions here, for now this keeps us from a dead cron
pass
finally:
Expand Down

0 comments on commit 87e8ffa

Please sign in to comment.