summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authoradmin2024-09-25 16:13:35 +0200
committeradmin2024-09-25 16:13:35 +0200
commita82dd3752342b0096a5070d297189b0bdf9ffe34 (patch)
tree8cf8beff01975063f73859c1e780d3412581150f /main.go
parent0b8d19eeae79030458b3e1492dd6b0c5a5bf2d75 (diff)
downloadhncrawler-a82dd3752342b0096a5070d297189b0bdf9ffe34.tar.gz
.
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 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
}