mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change type check errors to debug loglevel
This commit is contained in:
parent
ed5abf4381
commit
7d43bdd721
1 changed files with 1 additions and 1 deletions
|
@ -1415,7 +1415,7 @@ def _validate_opts(opts):
|
|||
'\\\\.\\mailslot\\' + opts['sock_dir'].replace(':', ''))
|
||||
|
||||
for error in errors:
|
||||
log.warning(error)
|
||||
log.debug(error)
|
||||
if errors:
|
||||
return False
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue