Skip to content

Commit

Permalink
resolver-conf: minor log message bug
Browse files Browse the repository at this point in the history
Two variables were switched in log.
  • Loading branch information
muzikr committed Aug 24, 2023
1 parent 741b81e commit 9dc569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/resolver-conf/files/dhcp_host_domain_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _remove_hints_hosts(self, filename):
self._call_kresd("hints.del('%s')" % host)
except:
log("Wrong host format '%s' in host file %s " %
(filename, line), LOG_ERR)
(line, filename), LOG_ERR)

def _clean_hints(self):
# clear kresd hints
Expand Down

0 comments on commit 9dc569c

Please sign in to comment.