Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Add log message for 'final' config object
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jan 15, 2021
1 parent 0ec1d3e commit 301c6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tvd.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func main() {
fmt.Println(err)
log.Fatalln(err)
}
log.Printf("final config: %+v\n", config.Privatize())

// go get it!
err = DownloadVOD(config)
Expand Down

0 comments on commit 301c6fa

Please sign in to comment.