diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -BINARY=hn-crawler +BINARY=hncrawler all: build run @@ -463,7 +463,7 @@ func getDetail(id int) Story { story.Text = html.UnescapeString(story.Text) - log.Debugf("StoryID: %d\n", story.Id) + log.Tracef("StoryID: %d\n", story.Id) return story } |
