Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Jan 29, 2024
1 parent 2e20926 commit f495bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
if err != nil {
log.Println("background random search: couldn't store found videos:", err.Error())
} else {
log.Println(len(results), "background random search: found videos stored")
log.Println("background random search:", len(results), "found videos stored")
}
db.Put(conn)
}
Expand Down

0 comments on commit f495bc1

Please sign in to comment.