From 80d0dcec862453bed3a939458fcf19c4b310cf8b Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 22 Sep 2020 17:35:12 +0200 Subject: bugfix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 5a360df..b8b9ac4 100644 --- a/main.go +++ b/main.go @@ -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 -- cgit v1.2.3