Skip to content

Commit

Permalink
Merge pull request #34134 from pims/use-const-key
Browse files Browse the repository at this point in the history
Replaces fluentd-address string by constant
  • Loading branch information
cpuguy83 committed Jul 17, 2017
2 parents 97e730a + cb972b1 commit d9b785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/logger/fluentd/fluentd.go
Expand Up @@ -189,7 +189,7 @@ func ValidateLogOpt(cfg map[string]string) error {
}
}

_, err := parseAddress(cfg["fluentd-address"])
_, err := parseAddress(cfg[addressKey])
return err
}

Expand Down

0 comments on commit d9b785c

Please sign in to comment.