Skip to content

Commit

Permalink
Change log message for filter with not allowed IP
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Dec 8, 2020
1 parent 3c7c9e7 commit a297165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain_checker/ip_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ hostIP:
}
}
ip := ip
logger.Debug("Non self or private ip", zap.Stringer("checked_ip", &ip))
logger.Debug("Domain has not allowed IP address", zap.Stringer("checked_ip", &ip))
return false, nil
}
return true, nil
Expand Down

0 comments on commit a297165

Please sign in to comment.