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

Commit

Permalink
Merge pull request #49 from amreo/master
Browse files Browse the repository at this point in the history
Added debug prints
  • Loading branch information
amreo committed Feb 5, 2020
2 parents f084e79 + 0b193c1 commit 60e5f97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ func fetcher(configuration config.Configuration, fetcherName string, params ...s
stderr bytes.Buffer
)

log.Println("Fetching", fetcherName)

baseDir := config.GetBaseDir()
log.Println("Fetching " + baseDir + "/fetch/" + fetcherName + " " + strings.Join(params, " "))
cmd = exec.Command(baseDir+"/fetch/"+fetcherName, params...)

cmd.Stdout = &stdout
Expand Down

0 comments on commit 60e5f97

Please sign in to comment.