Fix engrish

This commit is contained in:
Eugene Bujak 2018-11-30 13:51:54 +03:00
parent 0502ef6cc7
commit 0a4627f4f0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ func (filter *filter) update(force bool) (bool, error) {
// Check if the filter has been really changed
if reflect.DeepEqual(filter.Rules, rules) {
log.Printf("The filter %d text has not changed", filter.ID)
log.Printf("Filter #%d at URL %s hasn't changed, not updating it", filter.ID, filter.URL)
return false, nil
}