mirror of https://bitbucket.org/ausocean/av.git
Fixed syntax error
This commit is contained in:
parent
9afe4b1334
commit
56c63237dc
|
@ -275,7 +275,7 @@ func (config *Config) Validate(r *revid) error {
|
|||
}
|
||||
}
|
||||
|
||||
if config.Rotate = "" {
|
||||
if config.Rotate == "" {
|
||||
r.Log(Warning, fmt.Sprintf("No rotate defined defaulting to: %v", defaultRotate) )
|
||||
r.config.Rotate = defaultRotate
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue