summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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