diff options
| author | admin | 2024-09-25 16:13:35 +0200 |
|---|---|---|
| committer | admin | 2024-09-25 16:13:35 +0200 |
| commit | a82dd3752342b0096a5070d297189b0bdf9ffe34 (patch) | |
| tree | 8cf8beff01975063f73859c1e780d3412581150f | |
| parent | 0b8d19eeae79030458b3e1492dd6b0c5a5bf2d75 (diff) | |
| download | hncrawler-a82dd3752342b0096a5070d297189b0bdf9ffe34.tar.gz | |
.
| -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 } |
