diff options
| author | Tomas Babej <tbabej@redhat.com> | 2016-01-19 14:20:32 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-01-19 14:26:52 +0100 |
| commit | ddf2c813b453a85c22dbf278a575d3c6406b4471 (patch) | |
| tree | 59c1f42254ecf881aec71588c2ebd5d29ab674ba | |
| parent | 78c5bf9f8e85b4c6c9b67b4a26acedfd45a2c86f (diff) | |
Loggger: Use warning instead of warn - dns plugin
Reviewed-By: Martin Basti <mbasti@redhat.com>
| -rw-r--r-- | ipalib/plugins/dns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py index 55f2609d7..3da44ef3c 100644 --- a/ipalib/plugins/dns.py +++ b/ipalib/plugins/dns.py @@ -3438,7 +3438,7 @@ class dnsrecord(LDAPObject): while attempt < max_attempts: if attempt >= warn_attempts: - log_fn = self.log.warn + log_fn = self.log.warning attempt += 1 try: dns_answer = resolver.query(dns_name, rdtype, |
