diff options
| author | horus | 2020-09-22 17:35:12 +0200 |
|---|---|---|
| committer | horus | 2020-09-22 17:35:12 +0200 |
| commit | 80d0dcec862453bed3a939458fcf19c4b310cf8b (patch) | |
| tree | 9d56a4355ad58d33fb8046e03edf80ca82392fa8 /main.go | |
| parent | 9a321b60fcb8e38394afb48cd5f1a5d3f93066a0 (diff) | |
| download | curious-crawler-80d0dcec862453bed3a939458fcf19c4b310cf8b.tar.gz | |
bugfix
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 |
