diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ func (app *App) updateAllDiscussions() { if 0 == Story.Id { log.Warnf("updateAllDiscussions: Failure getting Story for item_id: %d\n", item_id) } else if Story.Descendants > 10 || Story.Score > 10 { - log.Warnf(` + log.Infof(` updateAllDiscussions: There is a bug. Can't update discussion with id %d. NOTE: Is this is happening again, probably the url was changed from wikipedia to a different source. %+v\n |
