Skip to content

Commit

Permalink
Fix logs for local lists
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimkurb committed Nov 11, 2024
1 parent 256b11d commit 1a6f929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func DownloadLists(config *Config) error {
if err := os.WriteFile(path, []byte(strings.Join(list.Hosts, "\n")), 0644); err != nil {
return fmt.Errorf("failed to write list file to %s: %v", path, err)
}
continue
}

log.Printf("Downloading list \"%s-%s\" from URL: %s", ipset.IpsetName, list.ListName, list.URL)
Expand Down

0 comments on commit 1a6f929

Please sign in to comment.