From a82dd3752342b0096a5070d297189b0bdf9ffe34 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 25 Sep 2024 16:13:35 +0200 Subject: . --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8115cd..3e26d21 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINARY=hn-crawler +BINARY=hncrawler all: build run diff --git a/main.go b/main.go index 75e823d..98f4ab2 100644 --- a/main.go +++ b/main.go @@ -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 } -- cgit v1.2.3