Skip to content

Commit

Permalink
Update error config file message
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Jan 24, 2022
1 parent 72024d6 commit 3c0e0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/livepeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func main() {
ff.WithConfigFileParser(ff.PlainParser),
)
if err != nil {
glog.Fatal("Error using config file: ", err)
glog.Fatal("Error parsing config: ", err)
}

vFlag.Value.Set(*verbosity)
Expand Down

0 comments on commit 3c0e0d3

Please sign in to comment.