Fix review comments
Fixed coredns plugin tests Check that user filter is not empty
This commit is contained in:
@@ -185,7 +185,7 @@ func setupPlugin(c *caddy.Controller) (*plug, error) {
|
||||
}
|
||||
count++
|
||||
}
|
||||
log.Printf("Added %d rules from %d", count, filter.ID)
|
||||
log.Printf("Added %d rules from filter ID=%d", count, filter.ID)
|
||||
|
||||
if err = scanner.Err(); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user