mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #37623 from cachedout/issue_37605
Drop log warning level to debug
This commit is contained in:
commit
8e5610667f
@ -98,7 +98,7 @@ def parse_resolv(src='/etc/resolv.conf'):
|
||||
# The domain and search keywords are mutually exclusive. If more
|
||||
# than one instance of these keywords is present, the last instance
|
||||
# will override.
|
||||
log.warning('{0}: The domain and search keywords are mutually '
|
||||
log.debug('{0}: The domain and search keywords are mutually '
|
||||
'exclusive.'.format(src))
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user